#4B0851

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

Shades of Hot Purple #4B0851

Tints of Hot Purple #4B0851

Color information

#4B0851 (or 0x4B0851) is unknown color: approx Hot Purple. HEX triplet: 4B, 08 and 51. RGB value is (75,8,81). Sum of RGB (Red+Green+Blue) = 75+8+81=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0851 is #B4F7AE. Grayscale: #242424. Windows color (decimal): -11859887 or 5310539. OLE color: 5310539.

HSL color Cylindrical-coordinate representation of color #4B0851: hue angle of 295.07º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0851 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB75881-
CMYK0.070.9000.68
HSL295.07º82.02%17.45%-
HSV(B)295.07º90.12%31.76%-
XYZ4.472.267.99-
YUV36.36153.2155.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.73%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=45.73%
G=4.88%
B=49.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal758810.070.9000.68295.0782.0217.45
Hex4B85175A0441275211
Octal113101217132010444712221
Binary100101110001010001111101101001000100100100111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,8,81); }

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

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

 a { background-color: rgb(75,8,81); }

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

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

 span { border-color: rgb(75,8,81); }

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