Html Css Color HEX #58315D Hot Purple

📋 copy color: '#58315D'

red 88 ◦ green 49 ◦ blue 93

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

Shades of Hot Purple #58315D

Tints of Hot Purple #58315D

RGB

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

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

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

R = 38.26%
G = 21.3%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58315D (or 0x58315D) is known color: Hot Purple. HEX triplet: 58, 31 and 5D. RGB value is (88,49,93). Sum of RGB (Red+Green+Blue) = 88+49+93=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #58315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58315D is #A7CEA2. Grayscale: #414141. Windows color (decimal): -10997411 or 6107480. OLE color: 6107480.

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

Color convert

RGB 88 49 93 -
CMYK 0.05 0.47 0 0.64
HSL 293.18º 0.31% 0.28% -
HSV(B) 293.18º 0.47% 0.36% -
XYZ 7.1 5.06 10.96 -
YUV 65.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 88 49 93 0.05 0.47 0 0.64 293.18 0.31 0.28
Hex 58 31 5D 5 2F 0 40 125 1F 1C
Octal 130 61 135 5 57 0 100 445 37 34
Binary 1011000 110001 1011101 101 101111 0 1000000 100100101 11111 11100

Color Harmonies of #58315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58315D

Black with #58315D

Text Example


Text Example

White with #58315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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