#612063

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

Shades of Palatinate Purple #612063

Tints of Palatinate Purple #612063

Color information

#612063 (or 0x612063) is unknown color: approx Palatinate Purple. HEX triplet: 61, 20 and 63. RGB value is (97,32,99). Sum of RGB (Red+Green+Blue) = 97+32+99=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #612063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612063 is #9EDF9C. Grayscale: #3A3A3A. Windows color (decimal): -10411933 or 6496353. OLE color: 6496353.

HSL color Cylindrical-coordinate representation of color #612063: hue angle of 298.21º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612063 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB973299-
CMYK0.020.6800.61
HSL298.21º51.15%25.69%-
HSV(B)298.21º67.68%38.82%-
XYZ7.74.4812.26-
YUV59.07150.53155.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=42.54%
G=14.04%
B=43.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9732990.020.6800.61298.2151.1525.69
Hex61206324403D12a331a
Octal1414014321040754526332
Binary11000011000001100011101000100011110110010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612063; }

 p { color: rgb(97,32,99); }

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

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

 a { background-color: rgb(97,32,99); }

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

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

 span { border-color: rgb(97,32,99); }

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