Html Css Color HEX #582458 Hot Purple

📋 copy color: '#582458'

red 88 ◦ green 36 ◦ blue 88

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

Shades of Hot Purple #582458

Tints of Hot Purple #582458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 41.51%
G = 16.98%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#582458 (or 0x582458) is known color: Hot Purple. HEX triplet: 58, 24 and 58. RGB value is (88,36,88). Sum of RGB (Red+Green+Blue) = 88+36+88=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #582458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582458 is #A7DBA7. Grayscale: #393939. Windows color (decimal): -11000744 or 5776472. OLE color: 5776472.

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

Color convert

RGB 88 36 88 -
CMYK 0 0.59 0 0.65
HSL 300º 0.42% 0.24% -
HSV(B) 300º 0.59% 0.35% -
XYZ 6.42 4.04 9.67 -
YUV 57.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 88 36 88 0 0.59 0 0.65 300 0.42 0.24
Hex 58 24 58 0 3B 0 41 12C 2A 18
Octal 130 44 130 0 73 0 101 454 52 30
Binary 1011000 100100 1011000 0 111011 0 1000001 100101100 101010 11000

Color Harmonies of #582458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582458

Black with #582458

Text Example


Text Example

White with #582458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582458; }

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

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

background-color css

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

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

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

border-color css

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

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

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