Html Css Color HEX #582861 Hot Purple

📋 copy color: '#582861'

red 88 ◦ green 40 ◦ blue 97

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

Shades of Hot Purple #582861

Tints of Hot Purple #582861

RGB

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

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

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

R = 39.11%
G = 17.78%
B = 43.11%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582861 (or 0x582861) is known color: Hot Purple. HEX triplet: 58, 28 and 61. RGB value is (88,40,97). Sum of RGB (Red+Green+Blue) = 88+40+97=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #582861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582861 is #A7D79E. Grayscale: #3C3C3C. Windows color (decimal): -10999711 or 6367320. OLE color: 6367320.

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

Color convert

RGB 88 40 97 -
CMYK 0.09 0.59 0 0.62
HSL 290.53º 0.42% 0.27% -
HSV(B) 290.53º 0.59% 0.38% -
XYZ 6.94 4.46 11.8 -
YUV 60.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 88 40 97 0.09 0.59 0 0.62 290.53 0.42 0.27
Hex 58 28 61 9 3B 0 3E 123 2A 1B
Octal 130 50 141 11 73 0 76 443 52 33
Binary 1011000 101000 1100001 1001 111011 0 111110 100100011 101010 11011

Color Harmonies of #582861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582861

Black with #582861

Text Example


Text Example

White with #582861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582861; }

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

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

background-color css

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

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

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

border-color css

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

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

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