#480952

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

Shades of Hot Purple #480952

Tints of Hot Purple #480952

Color information

#480952 (or 0x480952) is unknown color: approx Hot Purple. HEX triplet: 48, 09 and 52. RGB value is (72,9,82). Sum of RGB (Red+Green+Blue) = 72+9+82=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #480952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480952 is #B7F6AD. Grayscale: #232323. Windows color (decimal): -12056238 or 5376328. OLE color: 5376328.

HSL color Cylindrical-coordinate representation of color #480952: hue angle of 291.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480952 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB72982-
CMYK0.120.8900.68
HSL291.78º80.22%17.84%-
HSV(B)291.78º89.02%32.16%-
XYZ4.292.188.18-
YUV36.16153.87153.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=44.17%
G=5.52%
B=50.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal729820.120.8900.68291.7880.2217.84
Hex48952C590441245012
Octal1101112214131010444412022
Binary1001000100110100101100101100101000100100100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480952; }

 p { color: rgb(72,9,82); }

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

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

 a { background-color: rgb(72,9,82); }

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

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

 span { border-color: rgb(72,9,82); }

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