Html Css Color HEX #58285D Hot Purple

📋 copy color: '#58285D'

red 88 ◦ green 40 ◦ blue 93

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

Shades of Hot Purple #58285D

Tints of Hot Purple #58285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 39.82%
G = 18.1%
B = 42.08%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58285D (or 0x58285D) is known color: Hot Purple. HEX triplet: 58, 28 and 5D. RGB value is (88,40,93). Sum of RGB (Red+Green+Blue) = 88+40+93=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #58285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58285D is #A7D7A2. Grayscale: #3C3C3C. Windows color (decimal): -10999715 or 6105176. OLE color: 6105176.

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

Color convert

RGB 88 40 93 -
CMYK 0.05 0.57 0 0.64
HSL 294.34º 0.4% 0.26% -
HSV(B) 294.34º 0.57% 0.36% -
XYZ 6.76 4.38 10.85 -
YUV 60.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 88 40 93 0.05 0.57 0 0.64 294.34 0.4 0.26
Hex 58 28 5D 5 39 0 40 126 28 1A
Octal 130 50 135 5 71 0 100 446 50 32
Binary 1011000 101000 1011101 101 111001 0 1000000 100100110 101000 11010

Color Harmonies of #58285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58285D

Black with #58285D

Text Example


Text Example

White with #58285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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