#61365C

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

Shades of Palatinate Purple #61365C

Tints of Palatinate Purple #61365C

Color information

#61365C (or 0x61365C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 36 and 5C. RGB value is (97,54,92). Sum of RGB (Red+Green+Blue) = 97+54+92=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61365C is #9EC9A3. Grayscale: #474747. Windows color (decimal): -10406308 or 6043233. OLE color: 6043233.

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

Color convert

RGB975492-
CMYK00.440.050.62
HSL306.98º28.48%29.61%-
HSV(B)306.98º44.33%38.04%-
XYZ8.185.9510.84-
YUV71.19139.75146.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=39.92%
G=22.22%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97549200.440.050.62306.9828.4829.61
Hex61365C02C53E1331c1e
Octal141661340545764633436
Binary1100001110110101110001011001011111101001100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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