#581267

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

Shades of Hot Purple #581267

Tints of Hot Purple #581267

Color information

#581267 (or 0x581267) is unknown color: approx Hot Purple. HEX triplet: 58, 12 and 67. RGB value is (88,18,103). Sum of RGB (Red+Green+Blue) = 88+18+103=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #581267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581267 is #A7ED98. Grayscale: #303030. Windows color (decimal): -11005337 or 6754904. OLE color: 6754904.

HSL color Cylindrical-coordinate representation of color #581267: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581267 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8818103-
CMYK0.150.8300.60
HSL289.41º70.25%23.73%-
HSV(B)289.41º82.52%40.39%-
XYZ6.693.4913.15-
YUV48.62158.69156.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=42.11%
G=8.61%
B=49.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88181030.150.8300.60289.4170.2523.73
Hex581267F5303C1214618
Octal130221471712307444110630
Binary1011000100101100111111110100110111100100100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581267; }

 p { color: rgb(88,18,103); }

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

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

 a { background-color: rgb(88,18,103); }

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

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

 span { border-color: rgb(88,18,103); }

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