#612664

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

Shades of Palatinate Purple #612664

Tints of Palatinate Purple #612664

Color information

#612664 (or 0x612664) is unknown color: approx Palatinate Purple. HEX triplet: 61, 26 and 64. RGB value is (97,38,100). Sum of RGB (Red+Green+Blue) = 97+38+100=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #612664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612664 is #9ED99B. Grayscale: #3E3E3E. Windows color (decimal): -10410396 or 6563425. OLE color: 6563425.

HSL color Cylindrical-coordinate representation of color #612664: hue angle of 297.1º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612664 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9738100-
CMYK0.030.6200.61
HSL297.1º44.93%27.06%-
HSV(B)297.1º62%39.22%-
XYZ7.924.8512.57-
YUV62.71149.05152.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=41.28%
G=16.17%
B=42.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97381000.030.6200.61297.144.9327.06
Hex61266433E03D1292d1b
Octal141461443760754515533
Binary1100001100110110010011111110011110110010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612664; }

 p { color: rgb(97,38,100); }

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

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

 a { background-color: rgb(97,38,100); }

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

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

 span { border-color: rgb(97,38,100); }

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