Html Css Color HEX #58355C Hot Purple

📋 copy color: '#58355C'

red 88 ◦ green 53 ◦ blue 92

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

Shades of Hot Purple #58355C

Tints of Hot Purple #58355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 37.77%
G = 22.75%
B = 39.48%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58355C (or 0x58355C) is known color: Hot Purple. HEX triplet: 58, 35 and 5C. RGB value is (88,53,92). Sum of RGB (Red+Green+Blue) = 88+53+92=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #58355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58355C is #A7CAA3. Grayscale: #434343. Windows color (decimal): -10996388 or 6042968. OLE color: 6042968.

HSL color Cylindrical-coordinate representation of color #58355C: hue angle of 293.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58355C is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 53 92 -
CMYK 0.04 0.42 0 0.64
HSL 293.85º 0.27% 0.28% -
HSV(B) 293.85º 0.42% 0.36% -
XYZ 7.23 5.39 10.79 -
YUV 67.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 88 53 92 0.04 0.42 0 0.64 293.85 0.27 0.28
Hex 58 35 5C 4 2A 0 40 126 1B 1C
Octal 130 65 134 4 52 0 100 446 33 34
Binary 1011000 110101 1011100 100 101010 0 1000000 100100110 11011 11100

Color Harmonies of #58355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58355C

Black with #58355C

Text Example


Text Example

White with #58355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58355C; }

 p { color: rgb(88,53,92); }

 H1.HeaderClassName
 {
   color: #58355C;
 }
 .AnyTagClassName
 {
   color: #58355C;
 }
</style>

background-color css

<style>
 a { background-color: #58355C; }

 a { background-color: rgb(88,53,92); }

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

border-color css

<style>
 span { border-color: #58355C; }

 span { border-color: rgb(88,53,92); }

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