Html Css Color HEX #582259 Hot Purple

📋 copy color: '#582259'

red 88 ◦ green 34 ◦ blue 89

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

Shades of Hot Purple #582259

Tints of Hot Purple #582259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 41.71%
G = 16.11%
B = 42.18%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#582259 (or 0x582259) is known color: Hot Purple. HEX triplet: 58, 22 and 59. RGB value is (88,34,89). Sum of RGB (Red+Green+Blue) = 88+34+89=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #582259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582259 is #A7DDA6. Grayscale: #383838. Windows color (decimal): -11001255 or 5841496. OLE color: 5841496.

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

Color convert

RGB 88 34 89 -
CMYK 0.01 0.62 0 0.65
HSL 298.91º 0.45% 0.24% -
HSV(B) 298.91º 0.62% 0.35% -
XYZ 6.4 3.94 9.87 -
YUV 56.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 88 34 89 0.01 0.62 0 0.65 298.91 0.45 0.24
Hex 58 22 59 1 3E 0 41 12B 2D 18
Octal 130 42 131 1 76 0 101 453 55 30
Binary 1011000 100010 1011001 1 111110 0 1000001 100101011 101101 11000

Color Harmonies of #582259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582259

Black with #582259

Text Example


Text Example

White with #582259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582259; }

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

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

background-color css

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

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

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

border-color css

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

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

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