#68095E

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

Shades of Palatinate Purple #68095E

Tints of Palatinate Purple #68095E

Color information

#68095E (or 0x68095E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 09 and 5E. RGB value is (104,9,94). Sum of RGB (Red+Green+Blue) = 104+9+94=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #68095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68095E is #97F6A1. Grayscale: #2E2E2E. Windows color (decimal): -9959074 or 6162792. OLE color: 6162792.

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

Color convert

RGB104994-
CMYK00.910.100.59
HSL306.32º84.07%22.16%-
HSV(B)306.32º91.35%40.78%-
XYZ7.833.9510.94-
YUV47.1154.47168.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=50.24%
G=4.35%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10499400.910.100.59306.3284.0722.16
Hex6895E05BA3B1325416
Octal150111360133127346212426
Binary110100010011011110010110111010111011100110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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