#68195E

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

Shades of Palatinate Purple #68195E

Tints of Palatinate Purple #68195E

Color information

#68195E (or 0x68195E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 5E. RGB value is (104,25,94). Sum of RGB (Red+Green+Blue) = 104+25+94=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #68195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68195E is #97E6A1. Grayscale: #383838. Windows color (decimal): -9954978 or 6166888. OLE color: 6166888.

HSL color Cylindrical-coordinate representation of color #68195E: hue angle of 307.59º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68195E is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1042594-
CMYK00.760.100.59
HSL307.59º61.24%25.29%-
HSV(B)307.59º75.96%40.78%-
XYZ8.084.4511.02-
YUV56.49149.17161.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=46.64%
G=11.21%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104259400.760.100.59307.5961.2425.29
Hex68195E04CA3B1343d19
Octal15031136011412734647531
Binary110100011001101111001001100101011101110011010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68195E; }

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

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

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

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

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

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

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

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