Html Css Color HEX #4C0BE8 Han Purple

📋 copy color: '#4C0BE8'

red 76 ◦ green 11 ◦ blue 232

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

Shades of Han Purple #4C0BE8

Tints of Han Purple #4C0BE8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.45%

 BLUE value IS 232 (91.02% from 255) = 72.73%

R = 23.82%
G = 3.45%
B = 72.73%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4C0BE8 (or 0x4C0BE8) is known color: Han Purple. HEX triplet: 4C, 0B and E8. RGB value is (76,11,232). Sum of RGB (Red+Green+Blue) = 76+11+232=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 232 (91.02% from 255 or 72.73% from 319); Max value from RGB is 232 - color contains mainly: blue. Hex color #4C0BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0BE8 is #B3F417. Grayscale: #363636. Windows color (decimal): -11793432 or 15207244. OLE color: 15207244.

HSL color Cylindrical-coordinate representation of color #4C0BE8: hue angle of 257.65º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0BE8 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 76 11 232 -
CMYK 0.67 0.95 0 0.09
HSL 257.65º 0.91% 0.48% -
HSV(B) 257.65º 0.95% 0.91% -
XYZ 17.67 7.6 76.88 -
YUV 55.63 227.53 142.53 -
System Red Green Blue C M Y K H S L
Decimal 76 11 232 0.67 0.95 0 0.09 257.65 0.91 0.48
Hex 4C B E8 43 5F 0 9 102 5B 30
Octal 114 13 350 103 137 0 11 402 133 60
Binary 1001100 1011 11101000 1000011 1011111 0 1001 100000010 1011011 110000

Color Harmonies of #4C0BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0BE8

Black with #4C0BE8

Text Example


Text Example

White with #4C0BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,11,232); }

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

background-color css

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

 a { background-color: rgb(76,11,232); }

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

border-color css

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

 span { border-color: rgb(76,11,232); }

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