#481F4B

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

Shades of Hot Purple #481F4B

Tints of Hot Purple #481F4B

Color information

#481F4B (or 0x481F4B) is unknown color: approx Hot Purple. HEX triplet: 48, 1F and 4B. RGB value is (72,31,75). Sum of RGB (Red+Green+Blue) = 72+31+75=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #481F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F4B is #B7E0B4. Grayscale: #303030. Windows color (decimal): -12050613 or 4923208. OLE color: 4923208.

HSL color Cylindrical-coordinate representation of color #481F4B: hue angle of 295.91º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #481F4B is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB723175-
CMYK0.040.5900.71
HSL295.91º41.51%20.78%-
HSV(B)295.91º58.67%29.41%-
XYZ4.432.876.98-
YUV48.27143.08144.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=40.45%
G=17.42%
B=42.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7231750.040.5900.71295.9141.5120.78
Hex481F4B43B0471282a15
Octal1103711347301074505225
Binary10010001111110010111001110110100011110010100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481F4B; }

 p { color: rgb(72,31,75); }

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

<style>
 a { background-color: #481F4B; }

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

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

<style>
 span { border-color: #481F4B; }

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

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