Html Css Color HEX #58185A Hot Purple

📋 copy color: '#58185A'

red 88 ◦ green 24 ◦ blue 90

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

Shades of Hot Purple #58185A

Tints of Hot Purple #58185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

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

R = 43.56%
G = 11.88%
B = 44.55%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58185A (or 0x58185A) is known color: Hot Purple. HEX triplet: 58, 18 and 5A. RGB value is (88,24,90). Sum of RGB (Red+Green+Blue) = 88+24+90=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #58185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58185A is #A7E7A5. Grayscale: #323232. Windows color (decimal): -11003814 or 5904472. OLE color: 5904472.

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

Color convert

RGB 88 24 90 -
CMYK 0.02 0.73 0 0.65
HSL 298.18º 0.58% 0.22% -
HSV(B) 298.18º 0.73% 0.35% -
XYZ 6.2 3.47 10.02 -
YUV 50.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 88 24 90 0.02 0.73 0 0.65 298.18 0.58 0.22
Hex 58 18 5A 2 49 0 41 12A 3A 16
Octal 130 30 132 2 111 0 101 452 72 26
Binary 1011000 11000 1011010 10 1001001 0 1000001 100101010 111010 10110

Color Harmonies of #58185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58185A

Black with #58185A

Text Example


Text Example

White with #58185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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