#61165C

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

Shades of Palatinate Purple #61165C

Tints of Palatinate Purple #61165C

Color information

#61165C (or 0x61165C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 5C. RGB value is (97,22,92). Sum of RGB (Red+Green+Blue) = 97+22+92=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61165C is #9EE9A3. Grayscale: #343434. Windows color (decimal): -10414500 or 6035041. OLE color: 6035041.

HSL color Cylindrical-coordinate representation of color #61165C: hue angle of 304º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61165C is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB972292-
CMYK00.770.050.62
HSL304º63.03%23.33%-
HSV(B)304º77.32%38.04%-
XYZ7.153.8910.5-
YUV52.4150.35159.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=45.97%
G=10.43%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97229200.770.050.6230463.0323.33
Hex61165C04D53E1303f17
Octal1412613401155764607727
Binary11000011011010111000100110110111111010011000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61165C; }

 p { color: rgb(97,22,92); }

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

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

 a { background-color: rgb(97,22,92); }

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

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

 span { border-color: rgb(97,22,92); }

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