#613257

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

Shades of Palatinate Purple #613257

Tints of Palatinate Purple #613257

Color information

#613257 (or 0x613257) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 57. RGB value is (97,50,87). Sum of RGB (Red+Green+Blue) = 97+50+87=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613257 is #9ECDA8. Grayscale: #444444. Windows color (decimal): -10407337 or 5714529. OLE color: 5714529.

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

Color convert

RGB975087-
CMYK00.480.100.62
HSL312.77º31.97%28.82%-
HSV(B)312.77º48.45%38.04%-
XYZ7.795.519.67-
YUV68.27138.57148.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=41.45%
G=21.37%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97508700.480.100.62312.7731.9728.82
Hex613257030A3E139201d
Octal1416212706012764714035
Binary110000111001010101110110000101011111010011100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613257; }

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

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

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

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

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

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

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

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