Html Css Color HEX #58155C Hot Purple

📋 copy color: '#58155C'

red 88 ◦ green 21 ◦ blue 92

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

Shades of Hot Purple #58155C

Tints of Hot Purple #58155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 43.78%
G = 10.45%
B = 45.77%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58155C (or 0x58155C) is known color: Hot Purple. HEX triplet: 58, 15 and 5C. RGB value is (88,21,92). Sum of RGB (Red+Green+Blue) = 88+21+92=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #58155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58155C is #A7EAA3. Grayscale: #303030. Windows color (decimal): -11004580 or 6034776. OLE color: 6034776.

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

Color convert

RGB 88 21 92 -
CMYK 0.04 0.77 0 0.64
HSL 296.62º 0.63% 0.22% -
HSV(B) 296.62º 0.77% 0.36% -
XYZ 6.22 3.38 10.45 -
YUV 49.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 88 21 92 0.04 0.77 0 0.64 296.62 0.63 0.22
Hex 58 15 5C 4 4D 0 40 129 3F 16
Octal 130 25 134 4 115 0 100 451 77 26
Binary 1011000 10101 1011100 100 1001101 0 1000000 100101001 111111 10110

Color Harmonies of #58155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58155C

Black with #58155C

Text Example


Text Example

White with #58155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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