#582163

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

Shades of Hot Purple #582163

Tints of Hot Purple #582163

Color information

#582163 (or 0x582163) is unknown color: approx Hot Purple. HEX triplet: 58, 21 and 63. RGB value is (88,33,99). Sum of RGB (Red+Green+Blue) = 88+33+99=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #582163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582163 is #A7DE9C. Grayscale: #383838. Windows color (decimal): -11001501 or 6496600. OLE color: 6496600.

HSL color Cylindrical-coordinate representation of color #582163: hue angle of 290º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582163 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB883399-
CMYK0.110.6700.61
HSL290º50%25.88%-
HSV(B)290º66.67%38.82%-
XYZ6.824.0612.23-
YUV56.97151.72150.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 99 (39.06% from 255) = 45%
R=40%
G=15%
B=45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8833990.110.6700.612905025.88
Hex582163B4303D122321a
Octal13041143131030754426232
Binary1011000100001110001110111000011011110110010001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582163; }

 p { color: rgb(88,33,99); }

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

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

 a { background-color: rgb(88,33,99); }

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

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

 span { border-color: rgb(88,33,99); }

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