#4B174F

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

Shades of Hot Purple #4B174F

Tints of Hot Purple #4B174F

Color information

#4B174F (or 0x4B174F) is unknown color: approx Hot Purple. HEX triplet: 4B, 17 and 4F. RGB value is (75,23,79). Sum of RGB (Red+Green+Blue) = 75+23+79=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B174F is #B4E8B0. Grayscale: #2C2C2C. Windows color (decimal): -11856049 or 5183307. OLE color: 5183307.

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

Color convert

RGB752379-
CMYK0.050.7100.69
HSL295.71º54.9%20%-
HSV(B)295.71º70.89%30.98%-
XYZ4.622.677.67-
YUV44.93147.23149.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=42.37%
G=12.99%
B=44.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7523790.050.7100.69295.7154.920
Hex4B174F5470451283714
Octal11327117510701054506724
Binary100101110111100111110110001110100010110010100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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