#611051

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

Shades of Palatinate Purple #611051

Tints of Palatinate Purple #611051

Color information

#611051 (or 0x611051) is unknown color: approx Palatinate Purple. HEX triplet: 61, 10 and 51. RGB value is (97,16,81). Sum of RGB (Red+Green+Blue) = 97+16+81=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #611051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611051 is #9EEFAE. Grayscale: #2F2F2F. Windows color (decimal): -10416047 or 5312609. OLE color: 5312609.

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

Color convert

RGB971681-
CMYK00.840.160.62
HSL311.85º71.68%22.16%-
HSV(B)311.85º83.51%38.04%-
XYZ6.63.518.11-
YUV47.63146.84163.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=50%
G=8.25%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97168100.840.160.62311.8571.6822.16
Hex611051054103E1384816
Octal141201210124207647011026
Binary11000011000010100010101010010000111110100111000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611051; }

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

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

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

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

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

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

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

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