#611356

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

Shades of Palatinate Purple #611356

Tints of Palatinate Purple #611356

Color information

#611356 (or 0x611356) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 56. RGB value is (97,19,86). Sum of RGB (Red+Green+Blue) = 97+19+86=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #611356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611356 is #9EECA9. Grayscale: #313131. Windows color (decimal): -10415274 or 5641057. OLE color: 5641057.

HSL color Cylindrical-coordinate representation of color #611356: hue angle of 308.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611356 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB971986-
CMYK00.800.110.62
HSL308.46º67.24%22.75%-
HSV(B)308.46º80.41%38.04%-
XYZ6.843.689.15-
YUV49.96148.34161.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=48.02%
G=9.41%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97198600.800.110.62308.4667.2422.75
Hex611356050B3E1344317
Octal141231260120137646410327
Binary1100001100111010110010100001011111110100110100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611356; }

 p { color: rgb(97,19,86); }

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

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

 a { background-color: rgb(97,19,86); }

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

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

 span { border-color: rgb(97,19,86); }

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