#68345C

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

Shades of Palatinate Purple #68345C

Tints of Palatinate Purple #68345C

Color information

#68345C (or 0x68345C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 34 and 5C. RGB value is (104,52,92). Sum of RGB (Red+Green+Blue) = 104+52+92=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68345C is #97CBA3. Grayscale: #484848. Windows color (decimal): -9948068 or 6042728. OLE color: 6042728.

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

Color convert

RGB1045292-
CMYK00.500.120.59
HSL313.85º33.33%30.59%-
HSV(B)313.85º50%40.78%-
XYZ8.876.1710.85-
YUV72.11139.23150.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=41.94%
G=20.97%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104529200.500.120.59313.8533.3330.59
Hex68345C032C3B13a211f
Octal1506413406214734724137
Binary110100011010010111000110010110011101110011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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