Html Css Color HEX #58195C Hot Purple

📋 copy color: '#58195C'

red 88 ◦ green 25 ◦ blue 92

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

Shades of Hot Purple #58195C

Tints of Hot Purple #58195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 42.93%
G = 12.2%
B = 44.88%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58195C (or 0x58195C) is known color: Hot Purple. HEX triplet: 58, 19 and 5C. RGB value is (88,25,92). Sum of RGB (Red+Green+Blue) = 88+25+92=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #58195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58195C is #A7E6A3. Grayscale: #333333. Windows color (decimal): -11003556 or 6035800. OLE color: 6035800.

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

Color convert

RGB 88 25 92 -
CMYK 0.04 0.73 0 0.64
HSL 296.42º 0.57% 0.23% -
HSV(B) 296.42º 0.73% 0.36% -
XYZ 6.3 3.54 10.48 -
YUV 51.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 88 25 92 0.04 0.73 0 0.64 296.42 0.57 0.23
Hex 58 19 5C 4 49 0 40 128 39 17
Octal 130 31 134 4 111 0 100 450 71 27
Binary 1011000 11001 1011100 100 1001001 0 1000000 100101000 111001 10111

Color Harmonies of #58195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58195C

Black with #58195C

Text Example


Text Example

White with #58195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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