#613555

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

Shades of Palatinate Purple #613555

Tints of Palatinate Purple #613555

Color information

#613555 (or 0x613555) is unknown color: approx Palatinate Purple. HEX triplet: 61, 35 and 55. RGB value is (97,53,85). Sum of RGB (Red+Green+Blue) = 97+53+85=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613555 is #9ECAAA. Grayscale: #454545. Windows color (decimal): -10406571 or 5584225. OLE color: 5584225.

HSL color Cylindrical-coordinate representation of color #613555: hue angle of 316.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613555 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB975385-
CMYK00.450.120.62
HSL316.36º29.33%29.41%-
HSV(B)316.36º45.36%38.04%-
XYZ7.845.749.29-
YUV69.8136.58147.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=41.28%
G=22.55%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97538500.450.120.62316.3629.3329.41
Hex61355502DC3E13c1d1d
Octal1416512505514764743535
Binary11000011101011010101010110111001111101001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613555; }

 p { color: rgb(97,53,85); }

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

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

 a { background-color: rgb(97,53,85); }

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

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

 span { border-color: rgb(97,53,85); }

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