#68135F

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

Shades of Palatinate Purple #68135F

Tints of Palatinate Purple #68135F

Color information

#68135F (or 0x68135F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 13 and 5F. RGB value is (104,19,95). Sum of RGB (Red+Green+Blue) = 104+19+95=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68135F is #97ECA0. Grayscale: #343434. Windows color (decimal): -9956513 or 6230888. OLE color: 6230888.

HSL color Cylindrical-coordinate representation of color #68135F: hue angle of 306.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68135F is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1041995-
CMYK00.820.090.59
HSL306.35º69.11%24.12%-
HSV(B)306.35º81.73%40.78%-
XYZ8.014.2411.22-
YUV53.08151.66164.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=47.71%
G=8.72%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104199500.820.090.59306.3569.1124.12
Hex68135F05293B1324518
Octal150231370122117346210530
Binary1101000100111011111010100101001111011100110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68135F; }

 p { color: rgb(104,19,95); }

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

<style>
 a { background-color: #68135F; }

 a { background-color: rgb(104,19,95); }

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

<style>
 span { border-color: #68135F; }

 span { border-color: rgb(104,19,95); }

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