#68315A

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

Shades of Palatinate Purple #68315A

Tints of Palatinate Purple #68315A

Color information

#68315A (or 0x68315A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 31 and 5A. RGB value is (104,49,90). Sum of RGB (Red+Green+Blue) = 104+49+90=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68315A is #97CEA5. Grayscale: #464646. Windows color (decimal): -9948838 or 5910888. OLE color: 5910888.

HSL color Cylindrical-coordinate representation of color #68315A: hue angle of 315.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68315A is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1044990-
CMYK00.530.130.59
HSL315.27º35.95%30%-
HSV(B)315.27º52.88%40.78%-
XYZ8.655.8810.35-
YUV70.12139.22152.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=42.80%
G=20.16%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104499000.530.130.59315.2735.9530
Hex68315A035D3B13b241e
Octal1506113206515734734436
Binary110100011000110110100110101110111101110011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68315A; }

 p { color: rgb(104,49,90); }

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

<style>
 a { background-color: #68315A; }

 a { background-color: rgb(104,49,90); }

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

<style>
 span { border-color: #68315A; }

 span { border-color: rgb(104,49,90); }

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