#68196A

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

Shades of Palatinate Purple #68196A

Tints of Palatinate Purple #68196A

Color information

#68196A (or 0x68196A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 6A. RGB value is (104,25,106). Sum of RGB (Red+Green+Blue) = 104+25+106=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #68196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68196A is #97E695. Grayscale: #393939. Windows color (decimal): -9954966 or 6953320. OLE color: 6953320.

HSL color Cylindrical-coordinate representation of color #68196A: hue angle of 298.52º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68196A is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10425106-
CMYK0.020.7600.58
HSL298.52º61.83%25.69%-
HSV(B)298.52º76.42%41.57%-
XYZ8.664.6814.08-
YUV57.86155.17160.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=44.26%
G=10.64%
B=45.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104251060.020.7600.58298.5261.8325.69
Hex68196A24C03A12b3e1a
Octal1503115221140724537632
Binary1101000110011101010101001100011101010010101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,25,106); }

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

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

 a { background-color: rgb(104,25,106); }

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

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

 span { border-color: rgb(104,25,106); }

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