#611350

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

Shades of Palatinate Purple #611350

Tints of Palatinate Purple #611350

Color information

#611350 (or 0x611350) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 50. RGB value is (97,19,80). Sum of RGB (Red+Green+Blue) = 97+19+80=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #611350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611350 is #9EECAF. Grayscale: #313131. Windows color (decimal): -10415280 or 5247841. OLE color: 5247841.

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

Color convert

RGB971980-
CMYK00.800.180.62
HSL313.08º67.24%22.75%-
HSV(B)313.08º80.41%38.04%-
XYZ6.613.597.93-
YUV49.28145.34162.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=49.49%
G=9.69%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97198000.800.180.62313.0867.2422.75
Hex611350050123E1394317
Octal141231200120227647110327
Binary11000011001110100000101000010010111110100111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611350; }

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

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

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

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

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

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

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

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