#481253

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

Shades of Hot Purple #481253

Tints of Hot Purple #481253

Color information

#481253 (or 0x481253) is unknown color: approx Hot Purple. HEX triplet: 48, 12 and 53. RGB value is (72,18,83). Sum of RGB (Red+Green+Blue) = 72+18+83=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #481253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481253 is #B7EDAC. Grayscale: #292929. Windows color (decimal): -12053933 or 5444168. OLE color: 5444168.

HSL color Cylindrical-coordinate representation of color #481253: hue angle of 289.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481253 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB721883-
CMYK0.130.7800.67
HSL289.85º64.36%19.8%-
HSV(B)289.85º78.31%32.55%-
XYZ4.452.438.42-
YUV41.56151.39149.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=41.62%
G=10.40%
B=47.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7218830.130.7800.67289.8564.3619.8
Hex481253D4E0431224014
Octal1102212315116010344210024
Binary10010001001010100111101100111001000011100100010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481253; }

 p { color: rgb(72,18,83); }

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

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

 a { background-color: rgb(72,18,83); }

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

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

 span { border-color: rgb(72,18,83); }

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