Html Css Color HEX #58165D Hot Purple

📋 copy color: '#58165D'

red 88 ◦ green 22 ◦ blue 93

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

Shades of Hot Purple #58165D

Tints of Hot Purple #58165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 43.35%
G = 10.84%
B = 45.81%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58165D (or 0x58165D) is known color: Hot Purple. HEX triplet: 58, 16 and 5D. RGB value is (88,22,93). Sum of RGB (Red+Green+Blue) = 88+22+93=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #58165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58165D is #A7E9A2. Grayscale: #313131. Windows color (decimal): -11004323 or 6100568. OLE color: 6100568.

HSL color Cylindrical-coordinate representation of color #58165D: hue angle of 295.77º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58165D is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 22 93 -
CMYK 0.05 0.76 0 0.64
HSL 295.77º 0.62% 0.23% -
HSV(B) 295.77º 0.76% 0.36% -
XYZ 6.29 3.44 10.69 -
YUV 49.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 88 22 93 0.05 0.76 0 0.64 295.77 0.62 0.23
Hex 58 16 5D 5 4C 0 40 128 3E 17
Octal 130 26 135 5 114 0 100 450 76 27
Binary 1011000 10110 1011101 101 1001100 0 1000000 100101000 111110 10111

Color Harmonies of #58165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58165D

Black with #58165D

Text Example


Text Example

White with #58165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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