#481752

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

Shades of Hot Purple #481752

Tints of Hot Purple #481752

Color information

#481752 (or 0x481752) is unknown color: approx Hot Purple. HEX triplet: 48, 17 and 52. RGB value is (72,23,82). Sum of RGB (Red+Green+Blue) = 72+23+82=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #481752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481752 is #B7E8AD. Grayscale: #2C2C2C. Windows color (decimal): -12052654 or 5379912. OLE color: 5379912.

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

Color convert

RGB722382-
CMYK0.120.7200.68
HSL289.83º56.19%20.59%-
HSV(B)289.83º71.95%32.16%-
XYZ4.52.68.25-
YUV44.38149.23147.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=40.68%
G=12.99%
B=46.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7223820.120.7200.68289.8356.1920.59
Hex481752C480441223815
Octal110271221411001044427025
Binary1001000101111010010110010010000100010010010001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481752; }

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

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

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

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

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

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

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

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