Html Css Color HEX #4221CC Purple Heart

📋 copy color: '#4221CC'

red 66 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #4221CC

Tints of Purple Heart #4221CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 21.78%
G = 10.89%
B = 67.33%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4221CC (or 0x4221CC) is known color: Purple Heart. HEX triplet: 42, 21 and CC. RGB value is (66,33,204). Sum of RGB (Red+Green+Blue) = 66+33+204=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #4221CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221CC is #BDDE33. Grayscale: #3D3D3D. Windows color (decimal): -12443188 or 13377858. OLE color: 13377858.

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

Color convert

RGB 66 33 204 -
CMYK 0.68 0.84 0 0.2
HSL 251.58º 0.72% 0.46% -
HSV(B) 251.58º 0.84% 0.8% -
XYZ 13.69 6.61 57.68 -
YUV 62.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 66 33 204 0.68 0.84 0 0.2 251.58 0.72 0.46
Hex 42 21 CC 44 54 0 14 FC 48 2E
Octal 102 41 314 104 124 0 24 374 110 56
Binary 1000010 100001 11001100 1000100 1010100 0 10100 11111100 1001000 101110

Color Harmonies of #4221CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4221CC

Black with #4221CC

Text Example


Text Example

White with #4221CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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