#611355

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

Shades of Palatinate Purple #611355

Tints of Palatinate Purple #611355

Color information

#611355 (or 0x611355) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 55. RGB value is (97,19,85). Sum of RGB (Red+Green+Blue) = 97+19+85=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611355 is #9EECAA. Grayscale: #313131. Windows color (decimal): -10415275 or 5575521. OLE color: 5575521.

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

Color convert

RGB971985-
CMYK00.800.120.62
HSL309.23º67.24%22.75%-
HSV(B)309.23º80.41%38.04%-
XYZ6.83.668.94-
YUV49.85147.84161.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=48.26%
G=9.45%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97198500.800.120.62309.2367.2422.75
Hex611355050C3E1354317
Octal141231250120147646510327
Binary1100001100111010101010100001100111110100110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611355; }

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

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

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

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

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

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

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

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