#68215A

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

Shades of Palatinate Purple #68215A

Tints of Palatinate Purple #68215A

Color information

#68215A (or 0x68215A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 21 and 5A. RGB value is (104,33,90). Sum of RGB (Red+Green+Blue) = 104+33+90=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #68215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68215A is #97DEA5. Grayscale: #3C3C3C. Windows color (decimal): -9952934 or 5906792. OLE color: 5906792.

HSL color Cylindrical-coordinate representation of color #68215A: hue angle of 311.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68215A is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1043390-
CMYK00.680.130.59
HSL311.83º51.82%26.86%-
HSV(B)311.83º68.27%40.78%-
XYZ8.14.7710.17-
YUV60.73144.52158.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=45.81%
G=14.54%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104339000.680.130.59311.8351.8226.86
Hex68215A044D3B138341b
Octal15041132010415734706433
Binary1101000100001101101001000100110111101110011100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68215A; }

 p { color: rgb(104,33,90); }

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

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

 a { background-color: rgb(104,33,90); }

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

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

 span { border-color: rgb(104,33,90); }

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