#613253

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

Shades of Palatinate Purple #613253

Tints of Palatinate Purple #613253

Color information

#613253 (or 0x613253) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 53. RGB value is (97,50,83). Sum of RGB (Red+Green+Blue) = 97+50+83=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #613253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613253 is #9ECDAC. Grayscale: #434343. Windows color (decimal): -10407341 or 5452385. OLE color: 5452385.

HSL color Cylindrical-coordinate representation of color #613253: hue angle of 317.87º 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 #613253 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB975083-
CMYK00.480.140.62
HSL317.87º31.97%28.82%-
HSV(B)317.87º48.45%38.04%-
XYZ7.635.458.83-
YUV67.82136.57148.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=42.17%
G=21.74%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97508300.480.140.62317.8731.9728.82
Hex613253030E3E13e201d
Octal1416212306016764764035
Binary110000111001010100110110000111011111010011111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613253; }

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

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

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

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

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

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

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

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