#4b0c57

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

Shades of Hot Purple #4B0C57

Tints of Hot Purple #4B0C57

Color information

#4B0C57 (or 0x4B0C57) is unknown color: approx Hot Purple. HEX triplet: 4B, 0C and 57. RGB value is (75,12,87). Sum of RGB (Red+Green+Blue) = 75+12+87=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B0C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0C57 is #B4F3A8. Grayscale: #272727. Windows color (decimal): -11858857 or 5704779. OLE color: 5704779.

HSL color Cylindrical-coordinate representation of color #4B0C57: hue angle of 290.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B0C57 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB751287-
CMYK0.140.8600.66
HSL290.4º75.76%19.41%-
HSV(B)290.4º86.21%34.12%-
XYZ4.752.459.24-
YUV39.39154.87153.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 87 (34.38% from 255) = 50%
R=43.10%
G=6.90%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7512870.140.8600.66290.475.7619.41
Hex4BC57E560421224c13
Octal1131412716126010244211423
Binary1001011110010101111110101011001000010100100010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b0c57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,12,87); }

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

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

 a { background-color: rgb(75,12,87); }

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

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

 span { border-color: rgb(75,12,87); }

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