Html Css Color HEX #582A61 Hot Purple

📋 copy color: '#582A61'

red 88 ◦ green 42 ◦ blue 97

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

Shades of Hot Purple #582A61

Tints of Hot Purple #582A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 38.77%
G = 18.5%
B = 42.73%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582A61 (or 0x582A61) is known color: Hot Purple. HEX triplet: 58, 2A and 61. RGB value is (88,42,97). Sum of RGB (Red+Green+Blue) = 88+42+97=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #582A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A61 is #A7D59E. Grayscale: #3D3D3D. Windows color (decimal): -10999199 or 6367832. OLE color: 6367832.

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

Color convert

RGB 88 42 97 -
CMYK 0.09 0.57 0 0.62
HSL 290.18º 0.4% 0.27% -
HSV(B) 290.18º 0.57% 0.38% -
XYZ 7.01 4.59 11.83 -
YUV 62.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 88 42 97 0.09 0.57 0 0.62 290.18 0.4 0.27
Hex 58 2A 61 9 39 0 3E 122 28 1B
Octal 130 52 141 11 71 0 76 442 50 33
Binary 1011000 101010 1100001 1001 111001 0 111110 100100010 101000 11011

Color Harmonies of #582A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A61

Black with #582A61

Text Example


Text Example

White with #582A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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