#4B194D

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

Shades of Hot Purple #4B194D

Tints of Hot Purple #4B194D

Color information

#4B194D (or 0x4B194D) is unknown color: approx Hot Purple. HEX triplet: 4B, 19 and 4D. RGB value is (75,25,77). Sum of RGB (Red+Green+Blue) = 75+25+77=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B194D is #B4E6B2. Grayscale: #2D2D2D. Windows color (decimal): -11855539 or 5052747. OLE color: 5052747.

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

Color convert

RGB752577-
CMYK0.030.6800.70
HSL297.69º50.98%20%-
HSV(B)297.69º67.53%30.2%-
XYZ4.592.737.31-
YUV45.88145.56148.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=42.37%
G=14.12%
B=43.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7525770.030.6800.70297.6950.9820
Hex4B194D34404612a3314
Octal11331115310401064526324
Binary10010111100110011011110001000100011010010101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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