#613659

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

Shades of Palatinate Purple #613659

Tints of Palatinate Purple #613659

Color information

#613659 (or 0x613659) is unknown color: approx Palatinate Purple. HEX triplet: 61, 36 and 59. RGB value is (97,54,89). Sum of RGB (Red+Green+Blue) = 97+54+89=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613659 is #9EC9A6. Grayscale: #464646. Windows color (decimal): -10406311 or 5846625. OLE color: 5846625.

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

Color convert

RGB975489-
CMYK00.440.080.62
HSL311.16º28.48%29.61%-
HSV(B)311.16º44.33%38.04%-
XYZ8.055.910.17-
YUV70.85138.25146.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=40.42%
G=22.5%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97548900.440.080.62311.1628.4829.61
Hex61365902C83E1371c1e
Octal1416613105410764673436
Binary11000011101101011001010110010001111101001101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613659; }

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

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

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

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

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

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

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

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