#61345E

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

Shades of Palatinate Purple #61345E

Tints of Palatinate Purple #61345E

Color information

#61345E (or 0x61345E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 34 and 5E. RGB value is (97,52,94). Sum of RGB (Red+Green+Blue) = 97+52+94=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61345E is #9ECBA1. Grayscale: #464646. Windows color (decimal): -10406818 or 6173793. OLE color: 6173793.

HSL color Cylindrical-coordinate representation of color #61345E: hue angle of 304º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61345E is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB975294-
CMYK00.460.030.62
HSL304º30.2%29.22%-
HSV(B)304º46.39%38.04%-
XYZ8.185.8111.28-
YUV70.24141.41147.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=39.92%
G=21.40%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97529400.460.030.6230430.229.22
Hex61345E02E33E1301e1d
Octal141641360563764603635
Binary110000111010010111100101110111111101001100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61345E; }

 p { color: rgb(97,52,94); }

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

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

 a { background-color: rgb(97,52,94); }

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

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

 span { border-color: rgb(97,52,94); }

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