#61154F

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

Shades of Palatinate Purple #61154F

Tints of Palatinate Purple #61154F

Color information

#61154F (or 0x61154F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 4F. RGB value is (97,21,79). Sum of RGB (Red+Green+Blue) = 97+21+79=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61154F is #9EEAB0. Grayscale: #323232. Windows color (decimal): -10414769 or 5182817. OLE color: 5182817.

HSL color Cylindrical-coordinate representation of color #61154F: hue angle of 314.21º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61154F is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB972179-
CMYK00.780.190.62
HSL314.21º64.41%23.14%-
HSV(B)314.21º78.35%38.04%-
XYZ6.613.647.75-
YUV50.34144.18161.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=49.24%
G=10.66%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97217900.780.190.62314.2164.4123.14
Hex61154F04E133E13a4017
Octal141251170116237647210027
Binary11000011010110011110100111010011111110100111010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61154F; }

 p { color: rgb(97,21,79); }

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

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

 a { background-color: rgb(97,21,79); }

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

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

 span { border-color: rgb(97,21,79); }

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