#613758

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

Shades of Palatinate Purple #613758

Tints of Palatinate Purple #613758

Color information

#613758 (or 0x613758) is unknown color: approx Palatinate Purple. HEX triplet: 61, 37 and 58. RGB value is (97,55,88). Sum of RGB (Red+Green+Blue) = 97+55+88=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613758 is #9EC8A7. Grayscale: #474747. Windows color (decimal): -10406056 or 5781345. OLE color: 5781345.

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

Color convert

RGB975588-
CMYK00.430.090.62
HSL312.86º27.63%29.8%-
HSV(B)312.86º43.3%38.04%-
XYZ8.065.989.96-
YUV71.32137.41146.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=40.42%
G=22.92%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97558800.430.090.62312.8627.6329.8
Hex61375802B93E1391c1e
Octal1416713005311764713436
Binary11000011101111011000010101110011111101001110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613758; }

 p { color: rgb(97,55,88); }

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

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

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

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

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

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

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