Html Css Color HEX #58175D Hot Purple

📋 copy color: '#58175D'

red 88 ◦ green 23 ◦ blue 93

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

Shades of Hot Purple #58175D

Tints of Hot Purple #58175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 43.14%
G = 11.27%
B = 45.59%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58175D (or 0x58175D) is known color: Hot Purple. HEX triplet: 58, 17 and 5D. RGB value is (88,23,93). Sum of RGB (Red+Green+Blue) = 88+23+93=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #58175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58175D is #A7E8A2. Grayscale: #323232. Windows color (decimal): -11004067 or 6100824. OLE color: 6100824.

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

Color convert

RGB 88 23 93 -
CMYK 0.05 0.75 0 0.64
HSL 295.71º 0.6% 0.23% -
HSV(B) 295.71º 0.75% 0.36% -
XYZ 6.31 3.48 10.69 -
YUV 50.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 88 23 93 0.05 0.75 0 0.64 295.71 0.6 0.23
Hex 58 17 5D 5 4B 0 40 128 3C 17
Octal 130 27 135 5 113 0 100 450 74 27
Binary 1011000 10111 1011101 101 1001011 0 1000000 100101000 111100 10111

Color Harmonies of #58175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58175D

Black with #58175D

Text Example


Text Example

White with #58175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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