#613B5B

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

Shades of Palatinate Purple #613B5B

Tints of Palatinate Purple #613B5B

Color information

#613B5B (or 0x613B5B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 3B and 5B. RGB value is (97,59,91). Sum of RGB (Red+Green+Blue) = 97+59+91=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #613B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B5B is #9EC4A4. Grayscale: #494949. Windows color (decimal): -10405029 or 5978977. OLE color: 5978977.

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

Color convert

RGB975991-
CMYK00.390.060.62
HSL309.47º24.36%30.59%-
HSV(B)309.47º39.18%38.04%-
XYZ8.386.4210.7-
YUV74.01137.59144.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=39.27%
G=23.89%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97599100.390.060.62309.4724.3630.59
Hex613B5B02763E135181f
Octal141731330476764653037
Binary1100001111011101101101001111101111101001101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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