Html Css Color HEX #4C22DD Han Purple

📋 copy color: '#4C22DD'

red 76 ◦ green 34 ◦ blue 221

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

Shades of Han Purple #4C22DD

Tints of Han Purple #4C22DD

RGB

 RED value IS 76 (30.08% from 255) = 22.96%

 GREEN value IS 34 (13.67% from 255) = 10.27%

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 22.96%
G = 10.27%
B = 66.77%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C22DD (or 0x4C22DD) is known color: Han Purple. HEX triplet: 4C, 22 and DD. RGB value is (76,34,221). Sum of RGB (Red+Green+Blue) = 76+34+221=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C22DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C22DD is #B3DD22. Grayscale: #434343. Windows color (decimal): -11787555 or 14492236. OLE color: 14492236.

HSL color Cylindrical-coordinate representation of color #4C22DD: hue angle of 253.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C22DD is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 34 221 -
CMYK 0.66 0.85 0 0.13
HSL 253.48º 0.73% 0.5% -
HSV(B) 253.48º 0.85% 0.87% -
XYZ 16.6 7.9 69.06 -
YUV 67.88 214.41 133.79 -
System Red Green Blue C M Y K H S L
Decimal 76 34 221 0.66 0.85 0 0.13 253.48 0.73 0.5
Hex 4C 22 DD 42 55 0 D FD 49 32
Octal 114 42 335 102 125 0 15 375 111 62
Binary 1001100 100010 11011101 1000010 1010101 0 1101 11111101 1001001 110010

Color Harmonies of #4C22DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C22DD

Black with #4C22DD

Text Example


Text Example

White with #4C22DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C22DD; }

 p { color: rgb(76,34,221); }

 H1.HeaderClassName
 {
   color: #4C22DD;
 }
 .AnyTagClassName
 {
   color: #4C22DD;
 }
</style>

background-color css

<style>
 a { background-color: #4C22DD; }

 a { background-color: rgb(76,34,221); }

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

border-color css

<style>
 span { border-color: #4C22DD; }

 span { border-color: rgb(76,34,221); }

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