Html Css Color HEX #701CBC Purple Heart

📋 copy color: '#701CBC'

red 112 ◦ green 28 ◦ blue 188

#701CBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #701CBC

Tints of Purple Heart #701CBC

RGB

 RED value IS 112 (44.14% from 255) = 34.15%

 GREEN value IS 28 (11.33% from 255) = 8.54%

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 34.15%
G = 8.54%
B = 57.32%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#701CBC (or 0x701CBC) is known color: Purple Heart. HEX triplet: 70, 1C and BC. RGB value is (112,28,188). Sum of RGB (Red+Green+Blue) = 112+28+188=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #701CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CBC is #8FE343. Grayscale: #464646. Windows color (decimal): -9429828 or 12328048. OLE color: 12328048.

HSL color Cylindrical-coordinate representation of color #701CBC: hue angle of 271.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701CBC is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 28 188 -
CMYK 0.40 0.85 0 0.26
HSL 271.5º 0.74% 0.42% -
HSV(B) 271.5º 0.85% 0.74% -
XYZ 16.17 7.91 48.25 -
YUV 71.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 112 28 188 0.40 0.85 0 0.26 271.5 0.74 0.42
Hex 70 1C BC 28 55 0 1A 110 4A 2A
Octal 160 34 274 50 125 0 32 420 112 52
Binary 1110000 11100 10111100 101000 1010101 0 11010 100010000 1001010 101010

Color Harmonies of #701CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CBC

Black with #701CBC

Text Example


Text Example

White with #701CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701CBC; }

 p { color: rgb(112,28,188); }

 H1.HeaderClassName
 {
   color: #701CBC;
 }
 .AnyTagClassName
 {
   color: #701CBC;
 }
</style>

background-color css

<style>
 a { background-color: #701CBC; }

 a { background-color: rgb(112,28,188); }

 div.DivClassName
 {
   background-color: #701CBC;
 }
 .BgClassName
 {
   background-color: #701CBC;
 }
</style>

border-color css

<style>
 span { border-color: #701CBC; }

 span { border-color: rgb(112,28,188); }

 td.TdClassName
 {
   border-color: #701CBC;
 }
 .TagClassName
 {
   border-color: #701CBC;
 }
</style>