#58345A

Color #58345A Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #58345A

Tints of Hot Purple #58345A

Color information

#58345A (or 0x58345A) is unknown color: approx Hot Purple. HEX triplet: 58, 34 and 5A. RGB value is (88,52,90). Sum of RGB (Red+Green+Blue) = 88+52+90=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #58345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58345A is #A7CBA5. Grayscale: #424242. Windows color (decimal): -10996646 or 5911640. OLE color: 5911640.

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

Color convert

RGB885290-
CMYK0.020.4200.65
HSL296.84º26.76%27.84%-
HSV(B)296.84º42.22%35.29%-
XYZ7.15.2710.32-
YUV67.1140.93142.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=38.26%
G=22.61%
B=39.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852900.020.4200.65296.8426.7627.84
Hex58345A22A0411291b1c
Octal1306413225201014513334
Binary1011000110100101101010101010010000011001010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58345A;
 }
 .AnyTagClassName
 {
   color: #58345A;
 }
</style>
background-color css

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

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

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

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

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

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