#61335E

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

Shades of Palatinate Purple #61335E

Tints of Palatinate Purple #61335E

Color information

#61335E (or 0x61335E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 33 and 5E. RGB value is (97,51,94). Sum of RGB (Red+Green+Blue) = 97+51+94=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61335E is #9ECCA1. Grayscale: #454545. Windows color (decimal): -10407074 or 6173537. OLE color: 6173537.

HSL color Cylindrical-coordinate representation of color #61335E: hue angle of 303.91º 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 #61335E is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB975194-
CMYK00.470.030.62
HSL303.91º31.08%29.02%-
HSV(B)303.91º47.42%38.04%-
XYZ8.135.7211.26-
YUV69.66141.74147.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=40.08%
G=21.07%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97519400.470.030.62303.9131.0829.02
Hex61335E02F33E1301f1d
Octal141631360573764603735
Binary110000111001110111100101111111111101001100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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