#61335C

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

Shades of Palatinate Purple #61335C

Tints of Palatinate Purple #61335C

Color information

#61335C (or 0x61335C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 33 and 5C. RGB value is (97,51,92). Sum of RGB (Red+Green+Blue) = 97+51+92=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61335C is #9ECCA3. Grayscale: #454545. Windows color (decimal): -10407076 or 6042465. OLE color: 6042465.

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

Color convert

RGB975192-
CMYK00.470.050.62
HSL306.52º31.08%29.02%-
HSV(B)306.52º47.42%38.04%-
XYZ8.055.6810.8-
YUV69.43140.74147.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=40.42%
G=21.25%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97519200.470.050.62306.5231.0829.02
Hex61335C02F53E1331f1d
Octal141631340575764633735
Binary1100001110011101110001011111011111101001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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