Html Css Color HEX #4228CE Purple Heart

📋 copy color: '#4228CE'

red 66 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #4228CE

Tints of Purple Heart #4228CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 21.15%
G = 12.82%
B = 66.03%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4228CE (or 0x4228CE) is known color: Purple Heart. HEX triplet: 42, 28 and CE. RGB value is (66,40,206). Sum of RGB (Red+Green+Blue) = 66+40+206=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #4228CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4228CE is #BDD731. Grayscale: #424242. Windows color (decimal): -12441394 or 13510722. OLE color: 13510722.

HSL color Cylindrical-coordinate representation of color #4228CE: hue angle of 249.4º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4228CE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 40 206 -
CMYK 0.68 0.81 0 0.19
HSL 249.4º 0.67% 0.48% -
HSV(B) 249.4º 0.81% 0.81% -
XYZ 14.15 7.13 59.02 -
YUV 66.7 206.61 127.5 -
System Red Green Blue C M Y K H S L
Decimal 66 40 206 0.68 0.81 0 0.19 249.4 0.67 0.48
Hex 42 28 CE 44 51 0 13 F9 43 30
Octal 102 50 316 104 121 0 23 371 103 60
Binary 1000010 101000 11001110 1000100 1010001 0 10011 11111001 1000011 110000

Color Harmonies of #4228CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4228CE

Black with #4228CE

Text Example


Text Example

White with #4228CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4228CE; }

 p { color: rgb(66,40,206); }

 H1.HeaderClassName
 {
   color: #4228CE;
 }
 .AnyTagClassName
 {
   color: #4228CE;
 }
</style>

background-color css

<style>
 a { background-color: #4228CE; }

 a { background-color: rgb(66,40,206); }

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

border-color css

<style>
 span { border-color: #4228CE; }

 span { border-color: rgb(66,40,206); }

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