#68405E

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

Shades of Palatinate Purple #68405E

Tints of Palatinate Purple #68405E

Color information

#68405E (or 0x68405E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 40 and 5E. RGB value is (104,64,94). Sum of RGB (Red+Green+Blue) = 104+64+94=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68405E is #97BFA1. Grayscale: #4F4F4F. Windows color (decimal): -9944994 or 6176872. OLE color: 6176872.

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

Color convert

RGB1046494-
CMYK00.380.100.59
HSL315º23.81%32.94%-
HSV(B)315º38.46%40.78%-
XYZ9.567.4211.52-
YUV79.38136.25145.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=39.69%
G=24.43%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104649400.380.100.5931523.8132.94
Hex68405E026A3B13b1821
Octal15010013604612734733041
Binary1101000100000010111100100110101011101110011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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