#4B2351

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

Shades of Hot Purple #4B2351

Tints of Hot Purple #4B2351

Color information

#4B2351 (or 0x4B2351) is unknown color: approx Hot Purple. HEX triplet: 4B, 23 and 51. RGB value is (75,35,81). Sum of RGB (Red+Green+Blue) = 75+35+81=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B2351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2351 is #B4DCAE. Grayscale: #343434. Windows color (decimal): -11852975 or 5317451. OLE color: 5317451.

HSL color Cylindrical-coordinate representation of color #4B2351: hue angle of 292.17º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2351 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB753581-
CMYK0.070.5700.68
HSL292.17º39.66%22.75%-
HSV(B)292.17º56.79%31.76%-
XYZ4.993.298.16-
YUV52.2144.25144.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.27%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=39.27%
G=18.32%
B=42.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7535810.070.5700.68292.1739.6622.75
Hex4B23517390441242817
Octal1134312177101044445027
Binary100101110001110100011111110010100010010010010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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