#481852

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

Shades of Hot Purple #481852

Tints of Hot Purple #481852

Color information

#481852 (or 0x481852) is unknown color: approx Hot Purple. HEX triplet: 48, 18 and 52. RGB value is (72,24,82). Sum of RGB (Red+Green+Blue) = 72+24+82=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #481852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481852 is #B7E7AD. Grayscale: #2C2C2C. Windows color (decimal): -12052398 or 5380168. OLE color: 5380168.

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

Color convert

RGB722482-
CMYK0.120.7100.68
HSL289.66º54.72%20.78%-
HSV(B)289.66º70.73%32.16%-
XYZ4.522.648.25-
YUV44.96148.9147.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=40.45%
G=13.48%
B=46.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7224820.120.7100.68289.6654.7220.78
Hex481852C470441223715
Octal110301221410701044426725
Binary1001000110001010010110010001110100010010010001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481852; }

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

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

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

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

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

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

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

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