Html Css Color HEX #58195D Hot Purple

📋 copy color: '#58195D'

red 88 ◦ green 25 ◦ blue 93

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

Shades of Hot Purple #58195D

Tints of Hot Purple #58195D

RGB

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

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

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

R = 42.72%
G = 12.14%
B = 45.15%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58195D (or 0x58195D) is known color: Hot Purple. HEX triplet: 58, 19 and 5D. RGB value is (88,25,93). Sum of RGB (Red+Green+Blue) = 88+25+93=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #58195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58195D is #A7E6A2. Grayscale: #333333. Windows color (decimal): -11003555 or 6101336. OLE color: 6101336.

HSL color Cylindrical-coordinate representation of color #58195D: hue angle of 295.59º degrees, saturation: 0.58, 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 #58195D is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 25 93 -
CMYK 0.05 0.73 0 0.64
HSL 295.59º 0.58% 0.23% -
HSV(B) 295.59º 0.73% 0.36% -
XYZ 6.35 3.56 10.71 -
YUV 51.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 88 25 93 0.05 0.73 0 0.64 295.59 0.58 0.23
Hex 58 19 5D 5 49 0 40 128 3A 17
Octal 130 31 135 5 111 0 100 450 72 27
Binary 1011000 11001 1011101 101 1001001 0 1000000 100101000 111010 10111

Color Harmonies of #58195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58195D

Black with #58195D

Text Example


Text Example

White with #58195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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