#613051

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

Shades of Palatinate Purple #613051

Tints of Palatinate Purple #613051

Color information

#613051 (or 0x613051) is unknown color: approx Palatinate Purple. HEX triplet: 61, 30 and 51. RGB value is (97,48,81). Sum of RGB (Red+Green+Blue) = 97+48+81=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #613051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613051 is #9ECFAE. Grayscale: #424242. Windows color (decimal): -10407855 or 5320801. OLE color: 5320801.

HSL color Cylindrical-coordinate representation of color #613051: hue angle of 319.59º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613051 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB974881-
CMYK00.510.160.62
HSL319.59º33.79%28.43%-
HSV(B)319.59º50.52%38.04%-
XYZ7.475.258.4-
YUV66.41136.23149.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=42.92%
G=21.24%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97488100.510.160.62319.5933.7928.43
Hex613051033103E140221c
Octal1416012106320765004234
Binary1100001110000101000101100111000011111010100000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613051; }

 p { color: rgb(97,48,81); }

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

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

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

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

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

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

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