#611567

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

Shades of Palatinate Purple #611567

Tints of Palatinate Purple #611567

Color information

#611567 (or 0x611567) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 67. RGB value is (97,21,103). Sum of RGB (Red+Green+Blue) = 97+21+103=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #611567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611567 is #9EEA98. Grayscale: #343434. Windows color (decimal): -10414745 or 6755681. OLE color: 6755681.

HSL color Cylindrical-coordinate representation of color #611567: hue angle of 295.61º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611567 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9721103-
CMYK0.060.8000.60
HSL295.61º66.13%24.31%-
HSV(B)295.61º79.61%40.39%-
XYZ7.654.0613.21-
YUV53.07156.18159.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 103 (40.62% from 255) = 46.61%
R=43.89%
G=9.50%
B=46.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97211030.060.8000.60295.6166.1324.31
Hex61156765003C1284218
Octal14125147612007445010230
Binary110000110101110011111010100000111100100101000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611567; }

 p { color: rgb(97,21,103); }

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

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

 a { background-color: rgb(97,21,103); }

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

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

 span { border-color: rgb(97,21,103); }

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