#613B5C

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

Shades of Palatinate Purple #613B5C

Tints of Palatinate Purple #613B5C

Color information

#613B5C (or 0x613B5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 3B and 5C. RGB value is (97,59,92). Sum of RGB (Red+Green+Blue) = 97+59+92=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #613B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B5C is #9EC4A3. Grayscale: #4A4A4A. Windows color (decimal): -10405028 or 6044513. OLE color: 6044513.

HSL color Cylindrical-coordinate representation of color #613B5C: hue angle of 307.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B5C is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB975992-
CMYK00.390.050.62
HSL307.89º24.36%30.59%-
HSV(B)307.89º39.18%38.04%-
XYZ8.436.4410.92-
YUV74.12138.09144.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=39.11%
G=23.79%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97599200.390.050.62307.8924.3630.59
Hex613B5C02753E134181f
Octal141731340475764643037
Binary1100001111011101110001001111011111101001101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B5C; }

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

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

<style>
 a { background-color: #613B5C; }

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

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

<style>
 span { border-color: #613B5C; }

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

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