#613C5B

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

Shades of Palatinate Purple #613C5B

Tints of Palatinate Purple #613C5B

Color information

#613C5B (or 0x613C5B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 3C and 5B. RGB value is (97,60,91). Sum of RGB (Red+Green+Blue) = 97+60+91=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #613C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C5B is #9EC3A4. Grayscale: #4A4A4A. Windows color (decimal): -10404773 or 5979233. OLE color: 5979233.

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

Color convert

RGB976091-
CMYK00.380.060.62
HSL309.73º23.57%30.78%-
HSV(B)309.73º38.14%38.04%-
XYZ8.436.5310.71-
YUV74.6137.26143.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 60 (23.83% from 255) = 24.19%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=39.11%
G=24.19%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97609100.380.060.62309.7323.5730.78
Hex613C5B02663E136181f
Octal141741330466764663037
Binary1100001111100101101101001101101111101001101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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