Html Css Color HEX #58325D Hot Purple

📋 copy color: '#58325D'

red 88 ◦ green 50 ◦ blue 93

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

Shades of Hot Purple #58325D

Tints of Hot Purple #58325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 38.1%
G = 21.65%
B = 40.26%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58325D (or 0x58325D) is known color: Hot Purple. HEX triplet: 58, 32 and 5D. RGB value is (88,50,93). Sum of RGB (Red+Green+Blue) = 88+50+93=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #58325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58325D is #A7CDA2. Grayscale: #424242. Windows color (decimal): -10997155 or 6107736. OLE color: 6107736.

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

Color convert

RGB 88 50 93 -
CMYK 0.05 0.46 0 0.64
HSL 293.02º 0.3% 0.28% -
HSV(B) 293.02º 0.46% 0.36% -
XYZ 7.14 5.15 10.97 -
YUV 66.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 88 50 93 0.05 0.46 0 0.64 293.02 0.3 0.28
Hex 58 32 5D 5 2E 0 40 125 1E 1C
Octal 130 62 135 5 56 0 100 445 36 34
Binary 1011000 110010 1011101 101 101110 0 1000000 100100101 11110 11100

Color Harmonies of #58325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58325D

Black with #58325D

Text Example


Text Example

White with #58325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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