Html Css Color HEX #58205D Hot Purple

📋 copy color: '#58205D'

red 88 ◦ green 32 ◦ blue 93

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

Shades of Hot Purple #58205D

Tints of Hot Purple #58205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 41.31%
G = 15.02%
B = 43.66%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58205D (or 0x58205D) is known color: Hot Purple. HEX triplet: 58, 20 and 5D. RGB value is (88,32,93). Sum of RGB (Red+Green+Blue) = 88+32+93=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #58205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58205D is #A7DFA2. Grayscale: #373737. Windows color (decimal): -11001763 or 6103128. OLE color: 6103128.

HSL color Cylindrical-coordinate representation of color #58205D: hue angle of 295.08º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58205D is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 32 93 -
CMYK 0.05 0.66 0 0.64
HSL 295.08º 0.49% 0.25% -
HSV(B) 295.08º 0.66% 0.36% -
XYZ 6.52 3.9 10.76 -
YUV 55.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 88 32 93 0.05 0.66 0 0.64 295.08 0.49 0.25
Hex 58 20 5D 5 42 0 40 127 31 19
Octal 130 40 135 5 102 0 100 447 61 31
Binary 1011000 100000 1011101 101 1000010 0 1000000 100100111 110001 11001

Color Harmonies of #58205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58205D

Black with #58205D

Text Example


Text Example

White with #58205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58205D; }

 p { color: rgb(88,32,93); }

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

background-color css

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

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

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

border-color css

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

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

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