#612650

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

Shades of Palatinate Purple #612650

Tints of Palatinate Purple #612650

Color information

#612650 (or 0x612650) is unknown color: approx Palatinate Purple. HEX triplet: 61, 26 and 50. RGB value is (97,38,80). Sum of RGB (Red+Green+Blue) = 97+38+80=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612650 is #9ED9AF. Grayscale: #3C3C3C. Windows color (decimal): -10410416 or 5252705. OLE color: 5252705.

HSL color Cylindrical-coordinate representation of color #612650: hue angle of 317.29º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612650 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB973880-
CMYK00.610.180.62
HSL317.29º43.7%26.47%-
HSV(B)317.29º60.82%38.04%-
XYZ7.074.518.09-
YUV60.43139.05154.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=45.12%
G=17.67%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97388000.610.180.62317.2943.726.47
Hex61265003D123E13d2c1a
Octal1414612007522764755432
Binary1100001100110101000001111011001011111010011110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612650; }

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

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

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

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

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

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

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

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