Html Css Color HEX #58375C Hot Purple

📋 copy color: '#58375C'

red 88 ◦ green 55 ◦ blue 92

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

Shades of Hot Purple #58375C

Tints of Hot Purple #58375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 37.45%
G = 23.4%
B = 39.15%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58375C (or 0x58375C) is known color: Hot Purple. HEX triplet: 58, 37 and 5C. RGB value is (88,55,92). Sum of RGB (Red+Green+Blue) = 88+55+92=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #58375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58375C is #A7C8A3. Grayscale: #444444. Windows color (decimal): -10995876 or 6043480. OLE color: 6043480.

HSL color Cylindrical-coordinate representation of color #58375C: hue angle of 293.51º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58375C is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 55 92 -
CMYK 0.04 0.40 0 0.64
HSL 293.51º 0.25% 0.29% -
HSV(B) 293.51º 0.4% 0.36% -
XYZ 7.32 5.58 10.82 -
YUV 69.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 88 55 92 0.04 0.40 0 0.64 293.51 0.25 0.29
Hex 58 37 5C 4 28 0 40 126 19 1D
Octal 130 67 134 4 50 0 100 446 31 35
Binary 1011000 110111 1011100 100 101000 0 1000000 100100110 11001 11101

Color Harmonies of #58375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58375C

Black with #58375C

Text Example


Text Example

White with #58375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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