#611750

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

Shades of Palatinate Purple #611750

Tints of Palatinate Purple #611750

Color information

#611750 (or 0x611750) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 50. RGB value is (97,23,80). Sum of RGB (Red+Green+Blue) = 97+23+80=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611750 is #9EE8AF. Grayscale: #333333. Windows color (decimal): -10414256 or 5248865. OLE color: 5248865.

HSL color Cylindrical-coordinate representation of color #611750: hue angle of 313.78º 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 #611750 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB972380-
CMYK00.760.180.62
HSL313.78º61.67%23.53%-
HSV(B)313.78º76.29%38.04%-
XYZ6.683.737.96-
YUV51.62144.02160.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=48.5%
G=11.5%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97238000.760.180.62313.7861.6723.53
Hex61175004C123E13a3e18
Octal14127120011422764727630
Binary1100001101111010000010011001001011111010011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611750; }

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

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

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

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

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

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

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

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