Html Css Color HEX #58195E Hot Purple

📋 copy color: '#58195E'

red 88 ◦ green 25 ◦ blue 94

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

Shades of Hot Purple #58195E

Tints of Hot Purple #58195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 42.51%
G = 12.08%
B = 45.41%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58195E (or 0x58195E) is known color: Hot Purple. HEX triplet: 58, 19 and 5E. RGB value is (88,25,94). Sum of RGB (Red+Green+Blue) = 88+25+94=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #58195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58195E is #A7E6A1. Grayscale: #333333. Windows color (decimal): -11003554 or 6166872. OLE color: 6166872.

HSL color Cylindrical-coordinate representation of color #58195E: hue angle of 294.78º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58195E is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 25 94 -
CMYK 0.06 0.73 0 0.63
HSL 294.78º 0.58% 0.23% -
HSV(B) 294.78º 0.73% 0.37% -
XYZ 6.39 3.58 10.94 -
YUV 51.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 88 25 94 0.06 0.73 0 0.63 294.78 0.58 0.23
Hex 58 19 5E 6 49 0 3F 127 3A 17
Octal 130 31 136 6 111 0 77 447 72 27
Binary 1011000 11001 1011110 110 1001001 0 111111 100100111 111010 10111

Color Harmonies of #58195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58195E

Black with #58195E

Text Example


Text Example

White with #58195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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