#68155E

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

Shades of Palatinate Purple #68155E

Tints of Palatinate Purple #68155E

Color information

#68155E (or 0x68155E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 5E. RGB value is (104,21,94). Sum of RGB (Red+Green+Blue) = 104+21+94=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155E is #97EAA1. Grayscale: #353535. Windows color (decimal): -9956002 or 6165864. OLE color: 6165864.

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

Color convert

RGB1042194-
CMYK00.800.100.59
HSL307.23º66.4%24.51%-
HSV(B)307.23º79.81%40.78%-
XYZ84.2911-
YUV54.14150.5163.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=47.49%
G=9.59%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219400.800.100.59307.2366.424.51
Hex68155E050A3B1334219
Octal150251360120127346310231
Binary1101000101011011110010100001010111011100110011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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