#61134F

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

Shades of Palatinate Purple #61134F

Tints of Palatinate Purple #61134F

Color information

#61134F (or 0x61134F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 4F. RGB value is (97,19,79). Sum of RGB (Red+Green+Blue) = 97+19+79=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61134F is #9EECB0. Grayscale: #303030. Windows color (decimal): -10415281 or 5182305. OLE color: 5182305.

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

Color convert

RGB971979-
CMYK00.800.190.62
HSL313.85º67.24%22.75%-
HSV(B)313.85º80.41%38.04%-
XYZ6.573.577.74-
YUV49.16144.84162.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=49.74%
G=9.74%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97197900.800.190.62313.8567.2422.75
Hex61134F050133E13a4317
Octal141231170120237647210327
Binary11000011001110011110101000010011111110100111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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