Html Css Color HEX #58315F Hot Purple

📋 copy color: '#58315F'

red 88 ◦ green 49 ◦ blue 95

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

Shades of Hot Purple #58315F

Tints of Hot Purple #58315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 37.93%
G = 21.12%
B = 40.95%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58315F (or 0x58315F) is known color: Hot Purple. HEX triplet: 58, 31 and 5F. RGB value is (88,49,95). Sum of RGB (Red+Green+Blue) = 88+49+95=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #58315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58315F is #A7CEA0. Grayscale: #414141. Windows color (decimal): -10997409 or 6238552. OLE color: 6238552.

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

Color convert

RGB 88 49 95 -
CMYK 0.07 0.48 0 0.63
HSL 290.87º 0.32% 0.28% -
HSV(B) 290.87º 0.48% 0.37% -
XYZ 7.19 5.1 11.43 -
YUV 65.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 88 49 95 0.07 0.48 0 0.63 290.87 0.32 0.28
Hex 58 31 5F 7 30 0 3F 123 20 1C
Octal 130 61 137 7 60 0 77 443 40 34
Binary 1011000 110001 1011111 111 110000 0 111111 100100011 100000 11100

Color Harmonies of #58315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58315F

Black with #58315F

Text Example


Text Example

White with #58315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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