#61365E

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

Shades of Palatinate Purple #61365E

Tints of Palatinate Purple #61365E

Color information

#61365E (or 0x61365E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 36 and 5E. RGB value is (97,54,94). Sum of RGB (Red+Green+Blue) = 97+54+94=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61365E is #9EC9A1. Grayscale: #474747. Windows color (decimal): -10406306 or 6174305. OLE color: 6174305.

HSL color Cylindrical-coordinate representation of color #61365E: hue angle of 304.19º 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 #61365E is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB975494-
CMYK00.440.030.62
HSL304.19º28.48%29.61%-
HSV(B)304.19º44.33%38.04%-
XYZ8.275.9911.31-
YUV71.42140.75146.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=39.59%
G=22.04%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97549400.440.030.62304.1928.4829.61
Hex61365E02C33E1301c1e
Octal141661360543764603436
Binary110000111011010111100101100111111101001100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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