Html Css Color HEX #58305F Hot Purple

📋 copy color: '#58305F'

red 88 ◦ green 48 ◦ blue 95

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

Shades of Hot Purple #58305F

Tints of Hot Purple #58305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 38.1%
G = 20.78%
B = 41.13%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58305F (or 0x58305F) is known color: Hot Purple. HEX triplet: 58, 30 and 5F. RGB value is (88,48,95). Sum of RGB (Red+Green+Blue) = 88+48+95=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #58305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58305F is #A7CFA0. Grayscale: #414141. Windows color (decimal): -10997665 or 6238296. OLE color: 6238296.

HSL color Cylindrical-coordinate representation of color #58305F: hue angle of 291.06º degrees, saturation: 0.33, 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 #58305F is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 48 95 -
CMYK 0.07 0.49 0 0.63
HSL 291.06º 0.33% 0.28% -
HSV(B) 291.06º 0.49% 0.37% -
XYZ 7.15 5.01 11.42 -
YUV 65.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 88 48 95 0.07 0.49 0 0.63 291.06 0.33 0.28
Hex 58 30 5F 7 31 0 3F 123 21 1C
Octal 130 60 137 7 61 0 77 443 41 34
Binary 1011000 110000 1011111 111 110001 0 111111 100100011 100001 11100

Color Harmonies of #58305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58305F

Black with #58305F

Text Example


Text Example

White with #58305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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