#611357

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

Shades of Palatinate Purple #611357

Tints of Palatinate Purple #611357

Color information

#611357 (or 0x611357) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 57. RGB value is (97,19,87). Sum of RGB (Red+Green+Blue) = 97+19+87=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611357 is #9EECA8. Grayscale: #313131. Windows color (decimal): -10415273 or 5706593. OLE color: 5706593.

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

Color convert

RGB971987-
CMYK00.800.100.62
HSL307.69º67.24%22.75%-
HSV(B)307.69º80.41%38.04%-
XYZ6.883.79.37-
YUV50.07148.84161.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=47.78%
G=9.36%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97198700.800.100.62307.6967.2422.75
Hex611357050A3E1344317
Octal141231270120127646410327
Binary1100001100111010111010100001010111110100110100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611357; }

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

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

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

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

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

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

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

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