Html Css Color HEX #4211CD Purple Heart

📋 copy color: '#4211CD'

red 66 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #4211CD

Tints of Purple Heart #4211CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 22.92%
G = 5.9%
B = 71.18%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4211CD (or 0x4211CD) is known color: Purple Heart. HEX triplet: 42, 11 and CD. RGB value is (66,17,205). Sum of RGB (Red+Green+Blue) = 66+17+205=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #4211CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4211CD is #BDEE32. Grayscale: #343434. Windows color (decimal): -12447283 or 13439298. OLE color: 13439298.

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

Color convert

RGB 66 17 205 -
CMYK 0.68 0.92 0 0.20
HSL 255.64º 0.85% 0.44% -
HSV(B) 255.64º 0.92% 0.8% -
XYZ 13.47 5.97 58.2 -
YUV 53.08 213.73 137.21 -
System Red Green Blue C M Y K H S L
Decimal 66 17 205 0.68 0.92 0 0.20 255.64 0.85 0.44
Hex 42 11 CD 44 5C 0 14 100 55 2C
Octal 102 21 315 104 134 0 24 400 125 54
Binary 1000010 10001 11001101 1000100 1011100 0 10100 100000000 1010101 101100

Color Harmonies of #4211CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4211CD

Black with #4211CD

Text Example


Text Example

White with #4211CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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