#4B314B

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

Shades of Hot Purple #4B314B

Tints of Hot Purple #4B314B

Color information

#4B314B (or 0x4B314B) is unknown color: approx Hot Purple. HEX triplet: 4B, 31 and 4B. RGB value is (75,49,75). Sum of RGB (Red+Green+Blue) = 75+49+75=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: red, blue. Hex color #4B314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B314B is #B4CEB4. Grayscale: #3B3B3B. Windows color (decimal): -11849397 or 4927819. OLE color: 4927819.

HSL color Cylindrical-coordinate representation of color #4B314B: hue angle of 300º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B314B is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB754975-
CMYK00.3500.71
HSL300º20.97%24.31%-
HSV(B)300º34.67%29.41%-
XYZ5.274.27.19-
YUV59.74136.61138.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=37.69%
G=24.62%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75497500.3500.7130020.9724.31
Hex4B314B02304712c1518
Octal1136111304301074542530
Binary100101111000110010110100011010001111001011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,75); }

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

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

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

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

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

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

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