Html Css Color HEX #58305E Hot Purple

📋 copy color: '#58305E'

red 88 ◦ green 48 ◦ blue 94

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

Shades of Hot Purple #58305E

Tints of Hot Purple #58305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 38.26%
G = 20.87%
B = 40.87%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58305E (or 0x58305E) is known color: Hot Purple. HEX triplet: 58, 30 and 5E. RGB value is (88,48,94). Sum of RGB (Red+Green+Blue) = 88+48+94=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #58305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58305E is #A7CFA1. Grayscale: #414141. Windows color (decimal): -10997666 or 6172760. OLE color: 6172760.

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

Color convert

RGB 88 48 94 -
CMYK 0.06 0.49 0 0.63
HSL 292.17º 0.32% 0.28% -
HSV(B) 292.17º 0.49% 0.37% -
XYZ 7.1 5 11.18 -
YUV 65.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 88 48 94 0.06 0.49 0 0.63 292.17 0.32 0.28
Hex 58 30 5E 6 31 0 3F 124 20 1C
Octal 130 60 136 6 61 0 77 444 40 34
Binary 1011000 110000 1011110 110 110001 0 111111 100100100 100000 11100

Color Harmonies of #58305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58305E

Black with #58305E

Text Example


Text Example

White with #58305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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