Html Css Color HEX #4221CD Purple Heart

📋 copy color: '#4221CD'

red 66 ◦ green 33 ◦ blue 205

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

Shades of Purple Heart #4221CD

Tints of Purple Heart #4221CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 21.71%
G = 10.86%
B = 67.43%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4221CD (or 0x4221CD) is known color: Purple Heart. HEX triplet: 42, 21 and CD. RGB value is (66,33,205). Sum of RGB (Red+Green+Blue) = 66+33+205=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #4221CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221CD is #BDDE32. Grayscale: #3D3D3D. Windows color (decimal): -12443187 or 13443394. OLE color: 13443394.

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

Color convert

RGB 66 33 205 -
CMYK 0.68 0.84 0 0.20
HSL 251.51º 0.72% 0.47% -
HSV(B) 251.51º 0.84% 0.8% -
XYZ 13.81 6.65 58.31 -
YUV 62.48 208.43 130.51 -
System Red Green Blue C M Y K H S L
Decimal 66 33 205 0.68 0.84 0 0.20 251.51 0.72 0.47
Hex 42 21 CD 44 54 0 14 FC 48 2F
Octal 102 41 315 104 124 0 24 374 110 57
Binary 1000010 100001 11001101 1000100 1010100 0 10100 11111100 1001000 101111

Color Harmonies of #4221CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4221CD

Black with #4221CD

Text Example


Text Example

White with #4221CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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