Html Css Color HEX #4C1CFF Han Purple

📋 copy color: '#4C1CFF'

red 76 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #4C1CFF

Tints of Han Purple #4C1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.8%

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

R = 21.17%
G = 7.8%
B = 71.03%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C1CFF (or 0x4C1CFF) is known color: Han Purple. HEX triplet: 4C, 1C and FF. RGB value is (76,28,255). Sum of RGB (Red+Green+Blue) = 76+28+255=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C1CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1CFF is #B3E300. Grayscale: #434343. Windows color (decimal): -11789057 or 16718924. OLE color: 16718924.

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

Color convert

RGB 76 28 255 -
CMYK 0.70 0.89 0 0
HSL 252.69º 1% 0.55% -
HSV(B) 252.69º 0.89% 1% -
XYZ 21.45 9.59 95.33 -
YUV 68.23 233.4 133.54 -
System Red Green Blue C M Y K H S L
Decimal 76 28 255 0.70 0.89 0 0 252.69 1 0.55
Hex 4C 1C FF 46 59 0 0 FD 64 37
Octal 114 34 377 106 131 0 0 375 144 67
Binary 1001100 11100 11111111 1000110 1011001 0 0 11111101 1100100 110111

Color Harmonies of #4C1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1CFF

Black with #4C1CFF

Text Example


Text Example

White with #4C1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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