#4C0BD6

Color #4C0BD6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4C0BD6

Tints of Han Purple #4C0BD6

Color information

#4C0BD6 (or 0x4C0BD6) is unknown color: approx Han Purple. HEX triplet: 4C, 0B and D6. RGB value is (76,11,214). Sum of RGB (Red+Green+Blue) = 76+11+214=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C0BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0BD6 is #B3F429. Grayscale: #343434. Windows color (decimal): -11793450 or 14027596. OLE color: 14027596.

HSL color Cylindrical-coordinate representation of color #4C0BD6: hue angle of 259.21º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0BD6 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7611214-
CMYK0.640.9500.16
HSL259.21º90.22%44.12%-
HSV(B)259.21º94.86%83.92%-
XYZ15.246.6364.1-
YUV53.58218.53143.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 214 (83.98% from 255) = 71.10%
R=25.25%
G=3.65%
B=71.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal76112140.640.9500.16259.2190.2244.12
Hex4CBD6405F0101035a2c
Octal1141332610013702040313254
Binary1001100101111010110100000010111110100001000000111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C0BD6;
 }
 .AnyTagClassName
 {
   color: #4C0BD6;
 }
</style>
background-color css

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

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

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

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

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

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