Html Css Color HEX #58165C Hot Purple

📋 copy color: '#58165C'

red 88 ◦ green 22 ◦ blue 92

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

Shades of Hot Purple #58165C

Tints of Hot Purple #58165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 43.56%
G = 10.89%
B = 45.54%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58165C (or 0x58165C) is known color: Hot Purple. HEX triplet: 58, 16 and 5C. RGB value is (88,22,92). Sum of RGB (Red+Green+Blue) = 88+22+92=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #58165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58165C is #A7E9A3. Grayscale: #313131. Windows color (decimal): -11004324 or 6035032. OLE color: 6035032.

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

Color convert

RGB 88 22 92 -
CMYK 0.04 0.76 0 0.64
HSL 296.57º 0.61% 0.22% -
HSV(B) 296.57º 0.76% 0.36% -
XYZ 6.24 3.42 10.46 -
YUV 49.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 88 22 92 0.04 0.76 0 0.64 296.57 0.61 0.22
Hex 58 16 5C 4 4C 0 40 129 3D 16
Octal 130 26 134 4 114 0 100 451 75 26
Binary 1011000 10110 1011100 100 1001100 0 1000000 100101001 111101 10110

Color Harmonies of #58165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58165C

Black with #58165C

Text Example


Text Example

White with #58165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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