Html Css Color HEX #58175C Hot Purple

📋 copy color: '#58175C'

red 88 ◦ green 23 ◦ blue 92

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

Shades of Hot Purple #58175C

Tints of Hot Purple #58175C

RGB

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

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

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

R = 43.35%
G = 11.33%
B = 45.32%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58175C (or 0x58175C) is known color: Hot Purple. HEX triplet: 58, 17 and 5C. RGB value is (88,23,92). Sum of RGB (Red+Green+Blue) = 88+23+92=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #58175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58175C is #A7E8A3. Grayscale: #323232. Windows color (decimal): -11004068 or 6035288. OLE color: 6035288.

HSL color Cylindrical-coordinate representation of color #58175C: hue angle of 296.52º 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 #58175C is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 23 92 -
CMYK 0.04 0.75 0 0.64
HSL 296.52º 0.6% 0.23% -
HSV(B) 296.52º 0.75% 0.36% -
XYZ 6.26 3.46 10.46 -
YUV 50.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 88 23 92 0.04 0.75 0 0.64 296.52 0.6 0.23
Hex 58 17 5C 4 4B 0 40 129 3C 17
Octal 130 27 134 4 113 0 100 451 74 27
Binary 1011000 10111 1011100 100 1001011 0 1000000 100101001 111100 10111

Color Harmonies of #58175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58175C

Black with #58175C

Text Example


Text Example

White with #58175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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