#68355F

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

Shades of Palatinate Purple #68355F

Tints of Palatinate Purple #68355F

Color information

#68355F (or 0x68355F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 35 and 5F. RGB value is (104,53,95). Sum of RGB (Red+Green+Blue) = 104+53+95=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68355F is #97CAA0. Grayscale: #484848. Windows color (decimal): -9947809 or 6239592. OLE color: 6239592.

HSL color Cylindrical-coordinate representation of color #68355F: hue angle of 310.59º 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 #68355F is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1045395-
CMYK00.490.090.59
HSL310.59º32.48%30.78%-
HSV(B)310.59º49.04%40.78%-
XYZ9.056.3211.57-
YUV73.04140.4150.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=41.27%
G=21.03%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104539500.490.090.59310.5932.4830.78
Hex68355F03193B137201f
Octal1506513706111734674037
Binary110100011010110111110110001100111101110011011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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