Html Css Color HEX #58195A Hot Purple

📋 copy color: '#58195A'

red 88 ◦ green 25 ◦ blue 90

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

Shades of Hot Purple #58195A

Tints of Hot Purple #58195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 43.35%
G = 12.32%
B = 44.33%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58195A (or 0x58195A) is known color: Hot Purple. HEX triplet: 58, 19 and 5A. RGB value is (88,25,90). Sum of RGB (Red+Green+Blue) = 88+25+90=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #58195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58195A is #A7E6A5. Grayscale: #333333. Windows color (decimal): -11003558 or 5904728. OLE color: 5904728.

HSL color Cylindrical-coordinate representation of color #58195A: hue angle of 298.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58195A is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 90 -
CMYK 0.02 0.72 0 0.65
HSL 298.15º 0.57% 0.23% -
HSV(B) 298.15º 0.72% 0.35% -
XYZ 6.22 3.51 10.02 -
YUV 51.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 88 25 90 0.02 0.72 0 0.65 298.15 0.57 0.23
Hex 58 19 5A 2 48 0 41 12A 39 17
Octal 130 31 132 2 110 0 101 452 71 27
Binary 1011000 11001 1011010 10 1001000 0 1000001 100101010 111001 10111

Color Harmonies of #58195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58195A

Black with #58195A

Text Example


Text Example

White with #58195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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