#61375B

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

Shades of Palatinate Purple #61375B

Tints of Palatinate Purple #61375B

Color information

#61375B (or 0x61375B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 37 and 5B. RGB value is (97,55,91). Sum of RGB (Red+Green+Blue) = 97+55+91=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61375B is #9EC8A4. Grayscale: #474747. Windows color (decimal): -10406053 or 5977953. OLE color: 5977953.

HSL color Cylindrical-coordinate representation of color #61375B: hue angle of 308.57º 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 #61375B is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB975591-
CMYK00.430.060.62
HSL308.57º27.63%29.8%-
HSV(B)308.57º43.3%38.04%-
XYZ8.186.0310.63-
YUV71.66138.91146.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=39.92%
G=22.63%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97559100.430.060.62308.5727.6329.8
Hex61375B02B63E1351c1e
Octal141671330536764653436
Binary1100001110111101101101010111101111101001101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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