Html Css Color HEX #4211C0 Purple Heart

📋 copy color: '#4211C0'

red 66 ◦ green 17 ◦ blue 192

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

Shades of Purple Heart #4211C0

Tints of Purple Heart #4211C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 69.82%

R = 24%
G = 6.18%
B = 69.82%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4211C0 (or 0x4211C0) is known color: Purple Heart. HEX triplet: 42, 11 and C0. RGB value is (66,17,192). Sum of RGB (Red+Green+Blue) = 66+17+192=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #4211C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4211C0 is #BDEE3F. Grayscale: #323232. Windows color (decimal): -12447296 or 12587330. OLE color: 12587330.

HSL color Cylindrical-coordinate representation of color #4211C0: hue angle of 256.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4211C0 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 17 192 -
CMYK 0.66 0.91 0 0.25
HSL 256.8º 0.84% 0.41% -
HSV(B) 256.8º 0.91% 0.75% -
XYZ 11.96 5.36 50.27 -
YUV 51.6 207.23 138.27 -
System Red Green Blue C M Y K H S L
Decimal 66 17 192 0.66 0.91 0 0.25 256.8 0.84 0.41
Hex 42 11 C0 42 5B 0 19 101 54 29
Octal 102 21 300 102 133 0 31 401 124 51
Binary 1000010 10001 11000000 1000010 1011011 0 11001 100000001 1010100 101001

Color Harmonies of #4211C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4211C0

Black with #4211C0

Text Example


Text Example

White with #4211C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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