#61315C

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

Shades of Palatinate Purple #61315C

Tints of Palatinate Purple #61315C

Color information

#61315C (or 0x61315C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 31 and 5C. RGB value is (97,49,92). Sum of RGB (Red+Green+Blue) = 97+49+92=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61315C is #9ECEA3. Grayscale: #444444. Windows color (decimal): -10407588 or 6041953. OLE color: 6041953.

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

Color convert

RGB974992-
CMYK00.490.050.62
HSL306.25º32.88%28.63%-
HSV(B)306.25º49.48%38.04%-
XYZ7.965.5110.77-
YUV68.25141.4148.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=40.76%
G=20.59%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97499200.490.050.62306.2532.8828.63
Hex61315C03153E132211d
Octal141611340615764624135
Binary11000011100011011100011000110111111010011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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