#61335B

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

Shades of Palatinate Purple #61335B

Tints of Palatinate Purple #61335B

Color information

#61335B (or 0x61335B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 33 and 5B. RGB value is (97,51,91). Sum of RGB (Red+Green+Blue) = 97+51+91=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61335B is #9ECCA4. Grayscale: #454545. Windows color (decimal): -10407077 or 5976929. OLE color: 5976929.

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

Color convert

RGB975191-
CMYK00.470.060.62
HSL307.83º31.08%29.02%-
HSV(B)307.83º47.42%38.04%-
XYZ85.6610.57-
YUV69.31140.24147.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=40.59%
G=21.34%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97519100.470.060.62307.8331.0829.02
Hex61335B02F63E1341f1d
Octal141631330576764643735
Binary1100001110011101101101011111101111101001101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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