Html Css Color HEX #4227CC Purple Heart

📋 copy color: '#4227CC'

red 66 ◦ green 39 ◦ blue 204

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

Shades of Purple Heart #4227CC

Tints of Purple Heart #4227CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

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

R = 21.36%
G = 12.62%
B = 66.02%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4227CC (or 0x4227CC) is known color: Purple Heart. HEX triplet: 42, 27 and CC. RGB value is (66,39,204). Sum of RGB (Red+Green+Blue) = 66+39+204=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #4227CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227CC is #BDD833. Grayscale: #414141. Windows color (decimal): -12441652 or 13379394. OLE color: 13379394.

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

Color convert

RGB 66 39 204 -
CMYK 0.68 0.81 0 0.2
HSL 249.82º 0.68% 0.48% -
HSV(B) 249.82º 0.81% 0.8% -
XYZ 13.87 6.97 57.74 -
YUV 65.88 205.95 128.08 -
System Red Green Blue C M Y K H S L
Decimal 66 39 204 0.68 0.81 0 0.2 249.82 0.68 0.48
Hex 42 27 CC 44 51 0 14 FA 44 30
Octal 102 47 314 104 121 0 24 372 104 60
Binary 1000010 100111 11001100 1000100 1010001 0 10100 11111010 1000100 110000

Color Harmonies of #4227CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4227CC

Black with #4227CC

Text Example


Text Example

White with #4227CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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