Html Css Color HEX #582160 Hot Purple

📋 copy color: '#582160'

red 88 ◦ green 33 ◦ blue 96

#582160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #582160

Tints of Hot Purple #582160

RGB

 RED value IS 88 (34.77% from 255) = 40.55%

 GREEN value IS 33 (13.28% from 255) = 15.21%

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 40.55%
G = 15.21%
B = 44.24%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582160 (or 0x582160) is known color: Hot Purple. HEX triplet: 58, 21 and 60. RGB value is (88,33,96). Sum of RGB (Red+Green+Blue) = 88+33+96=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #582160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582160 is #A7DE9F. Grayscale: #383838. Windows color (decimal): -11001504 or 6299992. OLE color: 6299992.

HSL color Cylindrical-coordinate representation of color #582160: hue angle of 292.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582160 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 33 96 -
CMYK 0.08 0.66 0 0.62
HSL 292.38º 0.49% 0.25% -
HSV(B) 292.38º 0.66% 0.38% -
XYZ 6.68 4.01 11.49 -
YUV 56.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 88 33 96 0.08 0.66 0 0.62 292.38 0.49 0.25
Hex 58 21 60 8 42 0 3E 124 31 19
Octal 130 41 140 10 102 0 76 444 61 31
Binary 1011000 100001 1100000 1000 1000010 0 111110 100100100 110001 11001

Color Harmonies of #582160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582160

Black with #582160

Text Example


Text Example

White with #582160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582160; }

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

 H1.HeaderClassName
 {
   color: #582160;
 }
 .AnyTagClassName
 {
   color: #582160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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