Html Css Color HEX #582858 Hot Purple

📋 copy color: '#582858'

red 88 ◦ green 40 ◦ blue 88

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

Shades of Hot Purple #582858

Tints of Hot Purple #582858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 40.74%
G = 18.52%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#582858 (or 0x582858) is known color: Hot Purple. HEX triplet: 58, 28 and 58. RGB value is (88,40,88). Sum of RGB (Red+Green+Blue) = 88+40+88=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #582858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582858 is #A7D7A7. Grayscale: #3B3B3B. Windows color (decimal): -10999720 or 5777496. OLE color: 5777496.

HSL color Cylindrical-coordinate representation of color #582858: hue angle of 300º 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 #582858 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 88 -
CMYK 0 0.55 0 0.65
HSL 300º 0.38% 0.25% -
HSV(B) 300º 0.55% 0.35% -
XYZ 6.54 4.3 9.72 -
YUV 59.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 88 40 88 0 0.55 0 0.65 300 0.38 0.25
Hex 58 28 58 0 37 0 41 12C 26 19
Octal 130 50 130 0 67 0 101 454 46 31
Binary 1011000 101000 1011000 0 110111 0 1000001 100101100 100110 11001

Color Harmonies of #582858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582858

Black with #582858

Text Example


Text Example

White with #582858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582858; }

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

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

background-color css

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

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

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

border-color css

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

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

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