#68155B

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

Shades of Palatinate Purple #68155B

Tints of Palatinate Purple #68155B

Color information

#68155B (or 0x68155B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 5B. RGB value is (104,21,91). Sum of RGB (Red+Green+Blue) = 104+21+91=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155B is #97EAA4. Grayscale: #353535. Windows color (decimal): -9956005 or 5969256. OLE color: 5969256.

HSL color Cylindrical-coordinate representation of color #68155B: hue angle of 309.4º 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 #68155B is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1042191-
CMYK00.800.120.59
HSL309.4º66.4%24.51%-
HSV(B)309.4º79.81%40.78%-
XYZ7.874.2310.3-
YUV53.8149163.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=48.15%
G=9.72%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219100.800.120.59309.466.424.51
Hex68155B050C3B1354219
Octal150251330120147346510231
Binary1101000101011011011010100001100111011100110101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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