Html Css Color HEX #582E61 Hot Purple

📋 copy color: '#582E61'

red 88 ◦ green 46 ◦ blue 97

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

Shades of Hot Purple #582E61

Tints of Hot Purple #582E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.91%

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

R = 38.1%
G = 19.91%
B = 41.99%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582E61 (or 0x582E61) is known color: Hot Purple. HEX triplet: 58, 2E and 61. RGB value is (88,46,97). Sum of RGB (Red+Green+Blue) = 88+46+97=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #582E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E61 is #A7D19E. Grayscale: #404040. Windows color (decimal): -10998175 or 6368856. OLE color: 6368856.

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

Color convert

RGB 88 46 97 -
CMYK 0.09 0.53 0 0.62
HSL 289.41º 0.36% 0.28% -
HSV(B) 289.41º 0.53% 0.38% -
XYZ 7.16 4.89 11.88 -
YUV 64.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 88 46 97 0.09 0.53 0 0.62 289.41 0.36 0.28
Hex 58 2E 61 9 35 0 3E 121 24 1C
Octal 130 56 141 11 65 0 76 441 44 34
Binary 1011000 101110 1100001 1001 110101 0 111110 100100001 100100 11100

Color Harmonies of #582E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E61

Black with #582E61

Text Example


Text Example

White with #582E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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