Html Css Color HEX #582A60 Hot Purple

📋 copy color: '#582A60'

red 88 ◦ green 42 ◦ blue 96

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

Shades of Hot Purple #582A60

Tints of Hot Purple #582A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.58%

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

R = 38.94%
G = 18.58%
B = 42.48%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582A60 (or 0x582A60) is known color: Hot Purple. HEX triplet: 58, 2A and 60. RGB value is (88,42,96). Sum of RGB (Red+Green+Blue) = 88+42+96=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #582A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A60 is #A7D59F. Grayscale: #3D3D3D. Windows color (decimal): -10999200 or 6302296. OLE color: 6302296.

HSL color Cylindrical-coordinate representation of color #582A60: hue angle of 291.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582A60 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 42 96 -
CMYK 0.08 0.56 0 0.62
HSL 291.11º 0.39% 0.27% -
HSV(B) 291.11º 0.56% 0.38% -
XYZ 6.96 4.58 11.58 -
YUV 61.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 88 42 96 0.08 0.56 0 0.62 291.11 0.39 0.27
Hex 58 2A 60 8 38 0 3E 123 27 1B
Octal 130 52 140 10 70 0 76 443 47 33
Binary 1011000 101010 1100000 1000 111000 0 111110 100100011 100111 11011

Color Harmonies of #582A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A60

Black with #582A60

Text Example


Text Example

White with #582A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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