#611451

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

Shades of Palatinate Purple #611451

Tints of Palatinate Purple #611451

Color information

#611451 (or 0x611451) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 51. RGB value is (97,20,81). Sum of RGB (Red+Green+Blue) = 97+20+81=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #611451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611451 is #9EEBAE. Grayscale: #313131. Windows color (decimal): -10415023 or 5313633. OLE color: 5313633.

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

Color convert

RGB972081-
CMYK00.790.160.62
HSL312.47º65.81%22.94%-
HSV(B)312.47º79.38%38.04%-
XYZ6.673.648.14-
YUV49.98145.51161.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=48.99%
G=10.10%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97208100.790.160.62312.4765.8122.94
Hex61145104F103E1384217
Octal141241210117207647010227
Binary11000011010010100010100111110000111110100111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611451; }

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

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

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

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

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

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

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

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