Html Css Color HEX #7012CB Purple Heart

📋 copy color: '#7012CB'

red 112 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #7012CB

Tints of Purple Heart #7012CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 33.63%
G = 5.41%
B = 60.96%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7012CB (or 0x7012CB) is known color: Purple Heart. HEX triplet: 70, 12 and CB. RGB value is (112,18,203). Sum of RGB (Red+Green+Blue) = 112+18+203=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #7012CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012CB is #8FED34. Grayscale: #424242. Windows color (decimal): -9432373 or 13308528. OLE color: 13308528.

HSL color Cylindrical-coordinate representation of color #7012CB: hue angle of 270.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7012CB is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 18 203 -
CMYK 0.45 0.91 0 0.20
HSL 270.49º 0.84% 0.43% -
HSV(B) 270.49º 0.91% 0.8% -
XYZ 17.68 8.19 57.15 -
YUV 67.2 204.64 159.96 -
System Red Green Blue C M Y K H S L
Decimal 112 18 203 0.45 0.91 0 0.20 270.49 0.84 0.43
Hex 70 12 CB 2D 5B 0 14 10E 54 2B
Octal 160 22 313 55 133 0 24 416 124 53
Binary 1110000 10010 11001011 101101 1011011 0 10100 100001110 1010100 101011

Color Harmonies of #7012CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012CB

Black with #7012CB

Text Example


Text Example

White with #7012CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7012CB; }

 p { color: rgb(112,18,203); }

 H1.HeaderClassName
 {
   color: #7012CB;
 }
 .AnyTagClassName
 {
   color: #7012CB;
 }
</style>

background-color css

<style>
 a { background-color: #7012CB; }

 a { background-color: rgb(112,18,203); }

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

border-color css

<style>
 span { border-color: #7012CB; }

 span { border-color: rgb(112,18,203); }

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