Html Css Color HEX #4C0AFE Han Purple

📋 copy color: '#4C0AFE'

red 76 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #4C0AFE

Tints of Han Purple #4C0AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 22.35%
G = 2.94%
B = 74.71%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4C0AFE (or 0x4C0AFE) is known color: Han Purple. HEX triplet: 4C, 0A and FE. RGB value is (76,10,254). Sum of RGB (Red+Green+Blue) = 76+10+254=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C0AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0AFE is #B3F501. Grayscale: #383838. Windows color (decimal): -11793666 or 16648780. OLE color: 16648780.

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

Color convert

RGB 76 10 254 -
CMYK 0.70 0.96 0 0.00
HSL 256.23º 0.99% 0.52% -
HSV(B) 256.23º 0.96% 1% -
XYZ 20.98 8.91 94.38 -
YUV 57.55 238.87 141.16 -
System Red Green Blue C M Y K H S L
Decimal 76 10 254 0.70 0.96 0 0.00 256.23 0.99 0.52
Hex 4C A FE 46 60 0 0 100 63 34
Octal 114 12 376 106 140 0 0 400 143 64
Binary 1001100 1010 11111110 1000110 1100000 0 0 100000000 1100011 110100

Color Harmonies of #4C0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0AFE

Black with #4C0AFE

Text Example


Text Example

White with #4C0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,10,254); }

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

background-color css

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

 a { background-color: rgb(76,10,254); }

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

border-color css

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

 span { border-color: rgb(76,10,254); }

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