#613859

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

Shades of Palatinate Purple #613859

Tints of Palatinate Purple #613859

Color information

#613859 (or 0x613859) is unknown color: approx Palatinate Purple. HEX triplet: 61, 38 and 59. RGB value is (97,56,89). Sum of RGB (Red+Green+Blue) = 97+56+89=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #613859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613859 is #9EC7A6. Grayscale: #474747. Windows color (decimal): -10405799 or 5847137. OLE color: 5847137.

HSL color Cylindrical-coordinate representation of color #613859: hue angle of 311.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613859 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB975689-
CMYK00.420.080.62
HSL311.71º26.8%30%-
HSV(B)311.71º42.27%38.04%-
XYZ8.156.0910.2-
YUV72.02137.58145.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=40.08%
G=23.14%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97568900.420.080.62311.7126.830
Hex61385902A83E1381b1e
Octal1417013105210764703336
Binary11000011110001011001010101010001111101001110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613859; }

 p { color: rgb(97,56,89); }

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

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

 a { background-color: rgb(97,56,89); }

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

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

 span { border-color: rgb(97,56,89); }

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