#4B184F

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

Shades of Hot Purple #4B184F

Tints of Hot Purple #4B184F

Color information

#4B184F (or 0x4B184F) is unknown color: approx Hot Purple. HEX triplet: 4B, 18 and 4F. RGB value is (75,24,79). Sum of RGB (Red+Green+Blue) = 75+24+79=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B184F is #B4E7B0. Grayscale: #2D2D2D. Windows color (decimal): -11855793 or 5183563. OLE color: 5183563.

HSL color Cylindrical-coordinate representation of color #4B184F: hue angle of 295.64º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B184F is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB752479-
CMYK0.050.7000.69
HSL295.64º53.4%20.2%-
HSV(B)295.64º69.62%30.98%-
XYZ4.642.717.68-
YUV45.52146.9149.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.13%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=42.13%
G=13.48%
B=44.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7524790.050.7000.69295.6453.420.2
Hex4B184F5460451283514
Octal11330117510601054506524
Binary100101111000100111110110001100100010110010100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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