#68345A

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

Shades of Palatinate Purple #68345A

Tints of Palatinate Purple #68345A

Color information

#68345A (or 0x68345A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 34 and 5A. RGB value is (104,52,90). Sum of RGB (Red+Green+Blue) = 104+52+90=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68345A is #97CBA5. Grayscale: #474747. Windows color (decimal): -9948070 or 5911656. OLE color: 5911656.

HSL color Cylindrical-coordinate representation of color #68345A: hue angle of 316.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68345A is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1045290-
CMYK00.500.130.59
HSL316.15º33.33%30.59%-
HSV(B)316.15º50%40.78%-
XYZ8.786.1410.39-
YUV71.88138.23150.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=42.28%
G=21.14%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104529000.500.130.59316.1533.3330.59
Hex68345A032D3B13c211f
Octal1506413206215734744137
Binary110100011010010110100110010110111101110011110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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