#613055

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

Shades of Palatinate Purple #613055

Tints of Palatinate Purple #613055

Color information

#613055 (or 0x613055) is unknown color: approx Palatinate Purple. HEX triplet: 61, 30 and 55. RGB value is (97,48,85). Sum of RGB (Red+Green+Blue) = 97+48+85=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #613055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613055 is #9ECFAA. Grayscale: #424242. Windows color (decimal): -10407851 or 5582945. OLE color: 5582945.

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

Color convert

RGB974885-
CMYK00.510.120.62
HSL314.69º33.79%28.43%-
HSV(B)314.69º50.52%38.04%-
XYZ7.635.319.22-
YUV66.87138.23149.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=42.17%
G=20.87%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97488500.510.120.62314.6933.7928.43
Hex613055033C3E13b221c
Octal1416012506314764734234
Binary110000111000010101010110011110011111010011101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613055; }

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

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

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

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

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

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

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

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