#611255

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

Shades of Palatinate Purple #611255

Tints of Palatinate Purple #611255

Color information

#611255 (or 0x611255) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 55. RGB value is (97,18,85). Sum of RGB (Red+Green+Blue) = 97+18+85=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611255 is #9EEDAA. Grayscale: #313131. Windows color (decimal): -10415531 or 5575265. OLE color: 5575265.

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

Color convert

RGB971885-
CMYK00.810.120.62
HSL309.11º68.7%22.55%-
HSV(B)309.11º81.44%38.04%-
XYZ6.793.638.94-
YUV49.26148.17162.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=48.5%
G=9%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97188500.810.120.62309.1168.722.55
Hex611255051C3E1354517
Octal141221250121147646510527
Binary1100001100101010101010100011100111110100110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611255; }

 p { color: rgb(97,18,85); }

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

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

 a { background-color: rgb(97,18,85); }

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

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

 span { border-color: rgb(97,18,85); }

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