Html Css Color HEX #4C0DFF Han Purple

📋 copy color: '#4C0DFF'

red 76 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #4C0DFF

Tints of Han Purple #4C0DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.13%

R = 22.09%
G = 3.78%
B = 74.13%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C0DFF (or 0x4C0DFF) is known color: Han Purple. HEX triplet: 4C, 0D and FF. RGB value is (76,13,255). Sum of RGB (Red+Green+Blue) = 76+13+255=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C0DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DFF is #B3F200. Grayscale: #3A3A3A. Windows color (decimal): -11792897 or 16715084. OLE color: 16715084.

HSL color Cylindrical-coordinate representation of color #4C0DFF: hue angle of 255.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0DFF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 13 255 -
CMYK 0.70 0.95 0 0
HSL 255.62º 1% 0.53% -
HSV(B) 255.62º 0.95% 1% -
XYZ 21.17 9.04 95.24 -
YUV 59.43 238.37 139.82 -
System Red Green Blue C M Y K H S L
Decimal 76 13 255 0.70 0.95 0 0 255.62 1 0.53
Hex 4C D FF 46 5F 0 0 100 64 35
Octal 114 15 377 106 137 0 0 400 144 65
Binary 1001100 1101 11111111 1000110 1011111 0 0 100000000 1100100 110101

Color Harmonies of #4C0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DFF

Black with #4C0DFF

Text Example


Text Example

White with #4C0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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