Html Css Color HEX #58155E Hot Purple

📋 copy color: '#58155E'

red 88 ◦ green 21 ◦ blue 94

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

Shades of Hot Purple #58155E

Tints of Hot Purple #58155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 43.35%
G = 10.34%
B = 46.31%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58155E (or 0x58155E) is known color: Hot Purple. HEX triplet: 58, 15 and 5E. RGB value is (88,21,94). Sum of RGB (Red+Green+Blue) = 88+21+94=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #58155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58155E is #A7EAA1. Grayscale: #313131. Windows color (decimal): -11004578 or 6165848. OLE color: 6165848.

HSL color Cylindrical-coordinate representation of color #58155E: hue angle of 295.07º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58155E is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 21 94 -
CMYK 0.06 0.78 0 0.63
HSL 295.07º 0.63% 0.23% -
HSV(B) 295.07º 0.78% 0.37% -
XYZ 6.31 3.42 10.92 -
YUV 49.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 88 21 94 0.06 0.78 0 0.63 295.07 0.63 0.23
Hex 58 15 5E 6 4E 0 3F 127 3F 17
Octal 130 25 136 6 116 0 77 447 77 27
Binary 1011000 10101 1011110 110 1001110 0 111111 100100111 111111 10111

Color Harmonies of #58155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58155E

Black with #58155E

Text Example


Text Example

White with #58155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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