#4B184D

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

Shades of Hot Purple #4B184D

Tints of Hot Purple #4B184D

Color information

#4B184D (or 0x4B184D) is unknown color: approx Hot Purple. HEX triplet: 4B, 18 and 4D. RGB value is (75,24,77). Sum of RGB (Red+Green+Blue) = 75+24+77=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B184D is #B4E7B2. Grayscale: #2D2D2D. Windows color (decimal): -11855795 or 5052491. OLE color: 5052491.

HSL color Cylindrical-coordinate representation of color #4B184D: hue angle of 297.74º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B184D is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB752477-
CMYK0.030.6900.70
HSL297.74º52.48%19.8%-
HSV(B)297.74º68.83%30.2%-
XYZ4.572.687.3-
YUV45.29145.9149.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=42.61%
G=13.64%
B=43.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7524770.030.6900.70297.7452.4819.8
Hex4B184D34504612a3414
Octal11330115310501064526424
Binary10010111100010011011110001010100011010010101011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,77); }

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

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

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

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

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

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

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