#611662

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

Shades of Palatinate Purple #611662

Tints of Palatinate Purple #611662

Color information

#611662 (or 0x611662) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 62. RGB value is (97,22,98). Sum of RGB (Red+Green+Blue) = 97+22+98=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #611662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611662 is #9EE99D. Grayscale: #343434. Windows color (decimal): -10414494 or 6428257. OLE color: 6428257.

HSL color Cylindrical-coordinate representation of color #611662: hue angle of 299.21º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611662 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB972298-
CMYK0.010.7800.62
HSL299.21º63.33%23.53%-
HSV(B)299.21º77.55%38.43%-
XYZ7.42411.94-
YUV53.09153.35159.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=44.70%
G=10.14%
B=45.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9722980.010.7800.62299.2163.3323.53
Hex61166214E03E12b3f18
Octal1412614211160764537730
Binary110000110110110001011001110011111010010101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611662; }

 p { color: rgb(97,22,98); }

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

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

 a { background-color: rgb(97,22,98); }

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

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

 span { border-color: rgb(97,22,98); }

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