#612163

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

Shades of Palatinate Purple #612163

Tints of Palatinate Purple #612163

Color information

#612163 (or 0x612163) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 63. RGB value is (97,33,99). Sum of RGB (Red+Green+Blue) = 97+33+99=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #612163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612163 is #9EDE9C. Grayscale: #3B3B3B. Windows color (decimal): -10411677 or 6496609. OLE color: 6496609.

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

Color convert

RGB973399-
CMYK0.020.6700.61
HSL298.18º50%25.88%-
HSV(B)298.18º66.67%38.82%-
XYZ7.734.5312.27-
YUV59.66150.2154.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=42.36%
G=14.41%
B=43.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9733990.020.6700.61298.185025.88
Hex61216324303D12a321a
Octal1414114321030754526232
Binary11000011000011100011101000011011110110010101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612163; }

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

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

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

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

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

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

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

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