Html Css Color HEX #58295D Hot Purple

📋 copy color: '#58295D'

red 88 ◦ green 41 ◦ blue 93

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

Shades of Hot Purple #58295D

Tints of Hot Purple #58295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 39.64%
G = 18.47%
B = 41.89%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58295D (or 0x58295D) is known color: Hot Purple. HEX triplet: 58, 29 and 5D. RGB value is (88,41,93). Sum of RGB (Red+Green+Blue) = 88+41+93=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #58295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58295D is #A7D6A2. Grayscale: #3C3C3C. Windows color (decimal): -10999459 or 6105432. OLE color: 6105432.

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

Color convert

RGB 88 41 93 -
CMYK 0.05 0.56 0 0.64
HSL 294.23º 0.39% 0.26% -
HSV(B) 294.23º 0.56% 0.36% -
XYZ 6.79 4.45 10.86 -
YUV 60.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 88 41 93 0.05 0.56 0 0.64 294.23 0.39 0.26
Hex 58 29 5D 5 38 0 40 126 27 1A
Octal 130 51 135 5 70 0 100 446 47 32
Binary 1011000 101001 1011101 101 111000 0 1000000 100100110 100111 11010

Color Harmonies of #58295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58295D

Black with #58295D

Text Example


Text Example

White with #58295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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