Html Css Color HEX #4C0BEA Han Purple

📋 copy color: '#4C0BEA'

red 76 ◦ green 11 ◦ blue 234

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

Shades of Han Purple #4C0BEA

Tints of Han Purple #4C0BEA

RGB

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

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

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

R = 23.68%
G = 3.43%
B = 72.9%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C0BEA (or 0x4C0BEA) is known color: Han Purple. HEX triplet: 4C, 0B and EA. RGB value is (76,11,234). Sum of RGB (Red+Green+Blue) = 76+11+234=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C0BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0BEA is #B3F415. Grayscale: #373737. Windows color (decimal): -11793430 or 15338316. OLE color: 15338316.

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

Color convert

RGB 76 11 234 -
CMYK 0.68 0.95 0 0.08
HSL 257.49º 0.91% 0.48% -
HSV(B) 257.49º 0.95% 0.92% -
XYZ 17.95 7.72 78.39 -
YUV 55.86 228.53 142.37 -
System Red Green Blue C M Y K H S L
Decimal 76 11 234 0.68 0.95 0 0.08 257.49 0.91 0.48
Hex 4C B EA 44 5F 0 8 101 5B 30
Octal 114 13 352 104 137 0 10 401 133 60
Binary 1001100 1011 11101010 1000100 1011111 0 1000 100000001 1011011 110000

Color Harmonies of #4C0BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0BEA

Black with #4C0BEA

Text Example


Text Example

White with #4C0BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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