Html Css Color HEX #4C0DD7 Han Purple

📋 copy color: '#4C0DD7'

red 76 ◦ green 13 ◦ blue 215

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

Shades of Han Purple #4C0DD7

Tints of Han Purple #4C0DD7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

 BLUE value IS 215 (84.38% from 255) = 70.72%

R = 25%
G = 4.28%
B = 70.72%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4C0DD7 (or 0x4C0DD7) is known color: Han Purple. HEX triplet: 4C, 0D and D7. RGB value is (76,13,215). Sum of RGB (Red+Green+Blue) = 76+13+215=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 215 (84.38% from 255 or 70.72% from 304); Max value from RGB is 215 - color contains mainly: blue. Hex color #4C0DD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0DD7 is #B3F228. Grayscale: #363636. Windows color (decimal): -11792937 or 14093644. OLE color: 14093644.

HSL color Cylindrical-coordinate representation of color #4C0DD7: hue angle of 258.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0DD7 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 13 215 -
CMYK 0.65 0.94 0 0.16
HSL 258.71º 0.89% 0.45% -
HSV(B) 258.71º 0.94% 0.84% -
XYZ 15.39 6.73 64.78 -
YUV 54.87 218.37 143.07 -
System Red Green Blue C M Y K H S L
Decimal 76 13 215 0.65 0.94 0 0.16 258.71 0.89 0.45
Hex 4C D D7 41 5E 0 10 103 59 2D
Octal 114 15 327 101 136 0 20 403 131 55
Binary 1001100 1101 11010111 1000001 1011110 0 10000 100000011 1011001 101101

Color Harmonies of #4C0DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DD7

Black with #4C0DD7

Text Example


Text Example

White with #4C0DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,215); }

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

background-color css

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

 a { background-color: rgb(76,13,215); }

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

border-color css

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

 span { border-color: rgb(76,13,215); }

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