#61325B

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

Shades of Palatinate Purple #61325B

Tints of Palatinate Purple #61325B

Color information

#61325B (or 0x61325B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 5B. RGB value is (97,50,91). Sum of RGB (Red+Green+Blue) = 97+50+91=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61325B is #9ECDA4. Grayscale: #444444. Windows color (decimal): -10407333 or 5976673. OLE color: 5976673.

HSL color Cylindrical-coordinate representation of color #61325B: hue angle of 307.66º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61325B is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB975091-
CMYK00.480.060.62
HSL307.66º31.97%28.82%-
HSV(B)307.66º48.45%38.04%-
XYZ7.965.5810.55-
YUV68.73140.57148.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=40.76%
G=21.01%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97509100.480.060.62307.6631.9728.82
Hex61325B03063E134201d
Octal141621330606764644035
Binary11000011100101011011011000011011111010011010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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