Html Css Color HEX #582B59 Hot Purple

📋 copy color: '#582B59'

red 88 ◦ green 43 ◦ blue 89

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

Shades of Hot Purple #582B59

Tints of Hot Purple #582B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.55%

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

R = 40%
G = 19.55%
B = 40.45%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#582B59 (or 0x582B59) is known color: Hot Purple. HEX triplet: 58, 2B and 59. RGB value is (88,43,89). Sum of RGB (Red+Green+Blue) = 88+43+89=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #582B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B59 is #A7D4A6. Grayscale: #3D3D3D. Windows color (decimal): -10998951 or 5843800. OLE color: 5843800.

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

Color convert

RGB 88 43 89 -
CMYK 0.01 0.52 0 0.65
HSL 298.7º 0.35% 0.26% -
HSV(B) 298.7º 0.52% 0.35% -
XYZ 6.69 4.52 9.97 -
YUV 61.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 88 43 89 0.01 0.52 0 0.65 298.7 0.35 0.26
Hex 58 2B 59 1 34 0 41 12B 23 1A
Octal 130 53 131 1 64 0 101 453 43 32
Binary 1011000 101011 1011001 1 110100 0 1000001 100101011 100011 11010

Color Harmonies of #582B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B59

Black with #582B59

Text Example


Text Example

White with #582B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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