#611052

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

Shades of Palatinate Purple #611052

Tints of Palatinate Purple #611052

Color information

#611052 (or 0x611052) is unknown color: approx Palatinate Purple. HEX triplet: 61, 10 and 52. RGB value is (97,16,82). Sum of RGB (Red+Green+Blue) = 97+16+82=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #611052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611052 is #9EEFAD. Grayscale: #2F2F2F. Windows color (decimal): -10416046 or 5378145. OLE color: 5378145.

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

Color convert

RGB971682-
CMYK00.840.150.62
HSL311.11º71.68%22.16%-
HSV(B)311.11º83.51%38.04%-
XYZ6.643.528.31-
YUV47.74147.34163.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=49.74%
G=8.21%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97168200.840.150.62311.1171.6822.16
Hex611052054F3E1374816
Octal141201220124177646711026
Binary1100001100001010010010101001111111110100110111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611052; }

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

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

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

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

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

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

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

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