#61395A

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

Shades of Palatinate Purple #61395A

Tints of Palatinate Purple #61395A

Color information

#61395A (or 0x61395A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 39 and 5A. RGB value is (97,57,90). Sum of RGB (Red+Green+Blue) = 97+57+90=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395A is #9EC6A5. Grayscale: #484848. Windows color (decimal): -10405542 or 5912929. OLE color: 5912929.

HSL color Cylindrical-coordinate representation of color #61395A: hue angle of 310.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61395A is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB975790-
CMYK00.410.070.62
HSL310.5º25.97%30.2%-
HSV(B)310.5º41.24%38.04%-
XYZ8.246.2110.44-
YUV72.72137.75145.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=39.75%
G=23.36%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97579000.410.070.62310.525.9730.2
Hex61395A02973E1361a1e
Octal141711320517764663236
Binary1100001111001101101001010011111111101001101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61395A; }

 p { color: rgb(97,57,90); }

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

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

 a { background-color: rgb(97,57,90); }

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

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

 span { border-color: rgb(97,57,90); }

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