#612955

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

Shades of Palatinate Purple #612955

Tints of Palatinate Purple #612955

Color information

#612955 (or 0x612955) is unknown color: approx Palatinate Purple. HEX triplet: 61, 29 and 55. RGB value is (97,41,85). Sum of RGB (Red+Green+Blue) = 97+41+85=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612955 is #9ED6AA. Grayscale: #3E3E3E. Windows color (decimal): -10409643 or 5581153. OLE color: 5581153.

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

Color convert

RGB974185-
CMYK00.580.120.62
HSL312.86º40.58%27.06%-
HSV(B)312.86º57.73%38.04%-
XYZ7.364.789.13-
YUV62.76140.55152.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=43.50%
G=18.39%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97418500.580.120.62312.8640.5827.06
Hex61295503AC3E139291b
Octal1415112507214764715133
Binary110000110100110101010111010110011111010011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612955; }

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

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

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

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

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

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

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

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