Html Css Color HEX #4C0FEA Han Purple

📋 copy color: '#4C0FEA'

red 76 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #4C0FEA

Tints of Han Purple #4C0FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

 BLUE value IS 234 (91.8% from 255) = 72%

R = 23.38%
G = 4.62%
B = 72%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C0FEA (or 0x4C0FEA) is known color: Han Purple. HEX triplet: 4C, 0F and EA. RGB value is (76,15,234). Sum of RGB (Red+Green+Blue) = 76+15+234=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C0FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0FEA is #B3F015. Grayscale: #393939. Windows color (decimal): -11792406 or 15339340. OLE color: 15339340.

HSL color Cylindrical-coordinate representation of color #4C0FEA: hue angle of 256.71º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0FEA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 15 234 -
CMYK 0.68 0.94 0 0.08
HSL 256.71º 0.88% 0.49% -
HSV(B) 256.71º 0.94% 0.92% -
XYZ 18 7.82 78.4 -
YUV 58.21 227.21 140.69 -
System Red Green Blue C M Y K H S L
Decimal 76 15 234 0.68 0.94 0 0.08 256.71 0.88 0.49
Hex 4C F EA 44 5E 0 8 101 58 31
Octal 114 17 352 104 136 0 10 401 130 61
Binary 1001100 1111 11101010 1000100 1011110 0 1000 100000001 1011000 110001

Color Harmonies of #4C0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0FEA

Black with #4C0FEA

Text Example


Text Example

White with #4C0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,15,234); }

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

background-color css

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

 a { background-color: rgb(76,15,234); }

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

border-color css

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

 span { border-color: rgb(76,15,234); }

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