Html Css Color HEX #58385F Hot Purple

📋 copy color: '#58385F'

red 88 ◦ green 56 ◦ blue 95

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

Shades of Hot Purple #58385F

Tints of Hot Purple #58385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

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

R = 36.82%
G = 23.43%
B = 39.75%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58385F (or 0x58385F) is known color: Hot Purple. HEX triplet: 58, 38 and 5F. RGB value is (88,56,95). Sum of RGB (Red+Green+Blue) = 88+56+95=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #58385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58385F is #A7C7A0. Grayscale: #454545. Windows color (decimal): -10995617 or 6240344. OLE color: 6240344.

HSL color Cylindrical-coordinate representation of color #58385F: hue angle of 289.23º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58385F is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 56 95 -
CMYK 0.07 0.41 0 0.63
HSL 289.23º 0.26% 0.3% -
HSV(B) 289.23º 0.41% 0.37% -
XYZ 7.5 5.73 11.54 -
YUV 70.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 88 56 95 0.07 0.41 0 0.63 289.23 0.26 0.3
Hex 58 38 5F 7 29 0 3F 121 1A 1E
Octal 130 70 137 7 51 0 77 441 32 36
Binary 1011000 111000 1011111 111 101001 0 111111 100100001 11010 11110

Color Harmonies of #58385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58385F

Black with #58385F

Text Example


Text Example

White with #58385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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