#4B19D6

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

Shades of Han Purple #4B19D6

Tints of Han Purple #4B19D6

Color information

#4B19D6 (or 0x4B19D6) is unknown color: approx Han Purple. HEX triplet: 4B, 19 and D6. RGB value is (75,25,214). Sum of RGB (Red+Green+Blue) = 75+25+214=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #4B19D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B19D6 is #B4E629. Grayscale: #3C3C3C. Windows color (decimal): -11855402 or 14031179. OLE color: 14031179.

HSL color Cylindrical-coordinate representation of color #4B19D6: hue angle of 255.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B19D6 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7525214-
CMYK0.650.8800.16
HSL255.87º79.08%46.86%-
HSV(B)255.87º88.32%83.92%-
XYZ15.397.0564.17-
YUV61.5214.06137.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 25 (10.16% from 255) = 7.96%
BLUE value IS 214 (83.98% from 255) = 68.15%
R=23.89%
G=7.96%
B=68.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75252140.650.8800.16255.8779.0846.86
Hex4B19D641580101004f2f
Octal1133132610113002040011757
Binary10010111100111010110100000110110000100001000000001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B19D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,25,214); }

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

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

 a { background-color: rgb(75,25,214); }

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

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

 span { border-color: rgb(75,25,214); }

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