#613054

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

Shades of Palatinate Purple #613054

Tints of Palatinate Purple #613054

Color information

#613054 (or 0x613054) is unknown color: approx Palatinate Purple. HEX triplet: 61, 30 and 54. RGB value is (97,48,84). Sum of RGB (Red+Green+Blue) = 97+48+84=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613054 is #9ECFAB. Grayscale: #424242. Windows color (decimal): -10407852 or 5517409. OLE color: 5517409.

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

Color convert

RGB974884-
CMYK00.510.130.62
HSL315.92º33.79%28.43%-
HSV(B)315.92º50.52%38.04%-
XYZ7.595.39.01-
YUV66.76137.73149.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=42.36%
G=20.96%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97488400.510.130.62315.9233.7928.43
Hex613054033D3E13c221c
Octal1416012406315764744234
Binary110000111000010101000110011110111111010011110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613054; }

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

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

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

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

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

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

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

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