Html Css Color HEX #4228CC Purple Heart

📋 copy color: '#4228CC'

red 66 ◦ green 40 ◦ blue 204

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

Shades of Purple Heart #4228CC

Tints of Purple Heart #4228CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 21.29%
G = 12.9%
B = 65.81%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4228CC (or 0x4228CC) is known color: Purple Heart. HEX triplet: 42, 28 and CC. RGB value is (66,40,204). Sum of RGB (Red+Green+Blue) = 66+40+204=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #4228CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4228CC is #BDD733. Grayscale: #414141. Windows color (decimal): -12441396 or 13379650. OLE color: 13379650.

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

Color convert

RGB 66 40 204 -
CMYK 0.68 0.80 0 0.2
HSL 249.51º 0.67% 0.48% -
HSV(B) 249.51º 0.8% 0.8% -
XYZ 13.9 7.04 57.75 -
YUV 66.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 66 40 204 0.68 0.80 0 0.2 249.51 0.67 0.48
Hex 42 28 CC 44 50 0 14 FA 43 30
Octal 102 50 314 104 120 0 24 372 103 60
Binary 1000010 101000 11001100 1000100 1010000 0 10100 11111010 1000011 110000

Color Harmonies of #4228CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4228CC

Black with #4228CC

Text Example


Text Example

White with #4228CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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