Html Css Color HEX #58185F Hot Purple

📋 copy color: '#58185F'

red 88 ◦ green 24 ◦ blue 95

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

Shades of Hot Purple #58185F

Tints of Hot Purple #58185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 42.51%
G = 11.59%
B = 45.89%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58185F (or 0x58185F) is known color: Hot Purple. HEX triplet: 58, 18 and 5F. RGB value is (88,24,95). Sum of RGB (Red+Green+Blue) = 88+24+95=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #58185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58185F is #A7E7A0. Grayscale: #333333. Windows color (decimal): -11003809 or 6232152. OLE color: 6232152.

HSL color Cylindrical-coordinate representation of color #58185F: hue angle of 294.08º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58185F is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 24 95 -
CMYK 0.07 0.75 0 0.63
HSL 294.08º 0.6% 0.23% -
HSV(B) 294.08º 0.75% 0.37% -
XYZ 6.42 3.55 11.17 -
YUV 51.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 88 24 95 0.07 0.75 0 0.63 294.08 0.6 0.23
Hex 58 18 5F 7 4B 0 3F 126 3C 17
Octal 130 30 137 7 113 0 77 446 74 27
Binary 1011000 11000 1011111 111 1001011 0 111111 100100110 111100 10111

Color Harmonies of #58185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58185F

Black with #58185F

Text Example


Text Example

White with #58185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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