Html Css Color HEX #58305A Hot Purple

📋 copy color: '#58305A'

red 88 ◦ green 48 ◦ blue 90

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

Shades of Hot Purple #58305A

Tints of Hot Purple #58305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 38.94%
G = 21.24%
B = 39.82%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58305A (or 0x58305A) is known color: Hot Purple. HEX triplet: 58, 30 and 5A. RGB value is (88,48,90). Sum of RGB (Red+Green+Blue) = 88+48+90=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #58305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58305A is #A7CFA5. Grayscale: #404040. Windows color (decimal): -10997670 or 5910616. OLE color: 5910616.

HSL color Cylindrical-coordinate representation of color #58305A: hue angle of 297.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58305A is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 90 -
CMYK 0.02 0.47 0 0.65
HSL 297.14º 0.3% 0.27% -
HSV(B) 297.14º 0.47% 0.35% -
XYZ 6.93 4.93 10.26 -
YUV 64.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 88 48 90 0.02 0.47 0 0.65 297.14 0.3 0.27
Hex 58 30 5A 2 2F 0 41 129 1E 1B
Octal 130 60 132 2 57 0 101 451 36 33
Binary 1011000 110000 1011010 10 101111 0 1000001 100101001 11110 11011

Color Harmonies of #58305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58305A

Black with #58305A

Text Example


Text Example

White with #58305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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