Html Css Color HEX #4212CB Purple Heart

📋 copy color: '#4212CB'

red 66 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #4212CB

Tints of Purple Heart #4212CB

RGB

 RED value IS 66 (26.17% from 255) = 23%

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

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

R = 23%
G = 6.27%
B = 70.73%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4212CB (or 0x4212CB) is known color: Purple Heart. HEX triplet: 42, 12 and CB. RGB value is (66,18,203). Sum of RGB (Red+Green+Blue) = 66+18+203=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #4212CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4212CB is #BDED34. Grayscale: #343434. Windows color (decimal): -12447029 or 13308482. OLE color: 13308482.

HSL color Cylindrical-coordinate representation of color #4212CB: hue angle of 255.57º 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 #4212CB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 18 203 -
CMYK 0.67 0.91 0 0.20
HSL 255.57º 0.84% 0.43% -
HSV(B) 255.57º 0.91% 0.8% -
XYZ 13.24 5.9 56.94 -
YUV 53.44 212.4 136.96 -
System Red Green Blue C M Y K H S L
Decimal 66 18 203 0.67 0.91 0 0.20 255.57 0.84 0.43
Hex 42 12 CB 43 5B 0 14 100 54 2B
Octal 102 22 313 103 133 0 24 400 124 53
Binary 1000010 10010 11001011 1000011 1011011 0 10100 100000000 1010100 101011

Color Harmonies of #4212CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4212CB

Black with #4212CB

Text Example


Text Example

White with #4212CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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