#61355B

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

Shades of Palatinate Purple #61355B

Tints of Palatinate Purple #61355B

Color information

#61355B (or 0x61355B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 35 and 5B. RGB value is (97,53,91). Sum of RGB (Red+Green+Blue) = 97+53+91=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61355B is #9ECAA4. Grayscale: #464646. Windows color (decimal): -10406565 or 5977441. OLE color: 5977441.

HSL color Cylindrical-coordinate representation of color #61355B: hue angle of 308.18º 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 #61355B is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB975391-
CMYK00.450.060.62
HSL308.18º29.33%29.41%-
HSV(B)308.18º45.36%38.04%-
XYZ8.095.8410.6-
YUV70.49139.58146.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=40.25%
G=21.99%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97539100.450.060.62308.1829.3329.41
Hex61355B02D63E1341d1d
Octal141651330556764643535
Binary1100001110101101101101011011101111101001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61355B; }

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

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

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

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

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

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

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

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