#613361

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

Shades of Palatinate Purple #613361

Tints of Palatinate Purple #613361

Color information

#613361 (or 0x613361) is unknown color: approx Palatinate Purple. HEX triplet: 61, 33 and 61. RGB value is (97,51,97). Sum of RGB (Red+Green+Blue) = 97+51+97=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613361 is #9ECC9E. Grayscale: #454545. Windows color (decimal): -10407071 or 6370145. OLE color: 6370145.

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

Color convert

RGB975197-
CMYK00.4700.62
HSL300º31.08%29.02%-
HSV(B)300º47.42%38.04%-
XYZ8.275.7711.99-
YUV70143.24147.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=39.59%
G=20.82%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97519700.4700.6230031.0829.02
Hex61336102F03E12c1f1d
Octal141631410570764543735
Binary11000011100111100001010111101111101001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613361; }

 p { color: rgb(97,51,97); }

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

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

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

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

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

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

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