Html Css Color HEX #58285C Hot Purple

📋 copy color: '#58285C'

red 88 ◦ green 40 ◦ blue 92

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

Shades of Hot Purple #58285C

Tints of Hot Purple #58285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 40%
G = 18.18%
B = 41.82%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58285C (or 0x58285C) is known color: Hot Purple. HEX triplet: 58, 28 and 5C. RGB value is (88,40,92). Sum of RGB (Red+Green+Blue) = 88+40+92=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #58285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58285C is #A7D7A3. Grayscale: #3C3C3C. Windows color (decimal): -10999716 or 6039640. OLE color: 6039640.

HSL color Cylindrical-coordinate representation of color #58285C: hue angle of 295.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58285C is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 40 92 -
CMYK 0.04 0.57 0 0.64
HSL 295.38º 0.39% 0.26% -
HSV(B) 295.38º 0.57% 0.36% -
XYZ 6.72 4.36 10.61 -
YUV 60.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 88 40 92 0.04 0.57 0 0.64 295.38 0.39 0.26
Hex 58 28 5C 4 39 0 40 127 27 1A
Octal 130 50 134 4 71 0 100 447 47 32
Binary 1011000 101000 1011100 100 111001 0 1000000 100100111 100111 11010

Color Harmonies of #58285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58285C

Black with #58285C

Text Example


Text Example

White with #58285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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