#613C5C

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

Shades of Palatinate Purple #613C5C

Tints of Palatinate Purple #613C5C

Color information

#613C5C (or 0x613C5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 3C and 5C. RGB value is (97,60,92). Sum of RGB (Red+Green+Blue) = 97+60+92=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #613C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C5C is #9EC3A3. Grayscale: #4A4A4A. Windows color (decimal): -10404772 or 6044769. OLE color: 6044769.

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

Color convert

RGB976092-
CMYK00.380.050.62
HSL308.11º23.57%30.78%-
HSV(B)308.11º38.14%38.04%-
XYZ8.486.5510.94-
YUV74.71137.76143.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=38.96%
G=24.10%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97609200.380.050.62308.1123.5730.78
Hex613C5C02653E134181f
Octal141741340465764643037
Binary1100001111100101110001001101011111101001101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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