Html Css Color HEX #582859 Hot Purple

📋 copy color: '#582859'

red 88 ◦ green 40 ◦ blue 89

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

Shades of Hot Purple #582859

Tints of Hot Purple #582859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 89 (35.16% from 255) = 41.01%

R = 40.55%
G = 18.43%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#582859 (or 0x582859) is known color: Hot Purple. HEX triplet: 58, 28 and 59. RGB value is (88,40,89). Sum of RGB (Red+Green+Blue) = 88+40+89=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #582859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582859 is #A7D7A6. Grayscale: #3B3B3B. Windows color (decimal): -10999719 or 5843032. OLE color: 5843032.

HSL color Cylindrical-coordinate representation of color #582859: hue angle of 298.78º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #582859 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 89 -
CMYK 0.01 0.55 0 0.65
HSL 298.78º 0.38% 0.25% -
HSV(B) 298.78º 0.55% 0.35% -
XYZ 6.59 4.31 9.94 -
YUV 59.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 88 40 89 0.01 0.55 0 0.65 298.78 0.38 0.25
Hex 58 28 59 1 37 0 41 12B 26 19
Octal 130 50 131 1 67 0 101 453 46 31
Binary 1011000 101000 1011001 1 110111 0 1000001 100101011 100110 11001

Color Harmonies of #582859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582859

Black with #582859

Text Example


Text Example

White with #582859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582859; }

 p { color: rgb(88,40,89); }

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

background-color css

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

 a { background-color: rgb(88,40,89); }

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

border-color css

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

 span { border-color: rgb(88,40,89); }

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