#68355C

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

Shades of Palatinate Purple #68355C

Tints of Palatinate Purple #68355C

Color information

#68355C (or 0x68355C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 35 and 5C. RGB value is (104,53,92). Sum of RGB (Red+Green+Blue) = 104+53+92=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68355C is #97CAA3. Grayscale: #484848. Windows color (decimal): -9947812 or 6042984. OLE color: 6042984.

HSL color Cylindrical-coordinate representation of color #68355C: hue angle of 314.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68355C is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1045392-
CMYK00.490.120.59
HSL314.12º32.48%30.78%-
HSV(B)314.12º49.04%40.78%-
XYZ8.916.2610.86-
YUV72.69138.9150.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=41.77%
G=21.29%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104539200.490.120.59314.1232.4830.78
Hex68355C031C3B13a201f
Octal1506513406114734724037
Binary110100011010110111000110001110011101110011101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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