#61375C

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

Shades of Palatinate Purple #61375C

Tints of Palatinate Purple #61375C

Color information

#61375C (or 0x61375C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 37 and 5C. RGB value is (97,55,92). Sum of RGB (Red+Green+Blue) = 97+55+92=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61375C is #9EC8A3. Grayscale: #474747. Windows color (decimal): -10406052 or 6043489. OLE color: 6043489.

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

Color convert

RGB975592-
CMYK00.430.050.62
HSL307.14º27.63%29.8%-
HSV(B)307.14º43.3%38.04%-
XYZ8.236.0510.86-
YUV71.78139.41145.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=39.75%
G=22.54%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97559200.430.050.62307.1427.6329.8
Hex61375C02B53E1331c1e
Octal141671340535764633436
Binary1100001110111101110001010111011111101001100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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