#611751

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

Shades of Palatinate Purple #611751

Tints of Palatinate Purple #611751

Color information

#611751 (or 0x611751) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 51. RGB value is (97,23,81). Sum of RGB (Red+Green+Blue) = 97+23+81=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611751 is #9EE8AE. Grayscale: #333333. Windows color (decimal): -10414255 or 5314401. OLE color: 5314401.

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

Color convert

RGB972381-
CMYK00.760.160.62
HSL312.97º61.67%23.53%-
HSV(B)312.97º76.29%38.04%-
XYZ6.723.758.15-
YUV51.74144.52160.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=48.26%
G=11.44%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97238100.760.160.62312.9761.6723.53
Hex61175104C103E1393e18
Octal14127121011420764717630
Binary1100001101111010001010011001000011111010011100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611751; }

 p { color: rgb(97,23,81); }

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

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

 a { background-color: rgb(97,23,81); }

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

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

 span { border-color: rgb(97,23,81); }

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