#580654

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

Shades of Palatinate Purple #580654

Tints of Palatinate Purple #580654

Color information

#580654 (or 0x580654) is unknown color: approx Palatinate Purple. HEX triplet: 58, 06 and 54. RGB value is (88,6,84). Sum of RGB (Red+Green+Blue) = 88+6+84=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580654 is #A7F9AB. Grayscale: #272727. Windows color (decimal): -11008428 or 5506648. OLE color: 5506648.

HSL color Cylindrical-coordinate representation of color #580654: hue angle of 302.93º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580654 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB88684-
CMYK00.930.050.65
HSL302.93º87.23%18.43%-
HSV(B)302.93º93.18%34.51%-
XYZ5.692.858.64-
YUV39.41153.17162.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=49.44%
G=3.37%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8868400.930.050.65302.9387.2318.43
Hex5865405D54112f5712
Octal13061240135510145712722
Binary10110001101010100010111011011000001100101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580654; }

 p { color: rgb(88,6,84); }

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

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

 a { background-color: rgb(88,6,84); }

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

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

 span { border-color: rgb(88,6,84); }

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