#68355B

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

Shades of Palatinate Purple #68355B

Tints of Palatinate Purple #68355B

Color information

#68355B (or 0x68355B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 35 and 5B. RGB value is (104,53,91). Sum of RGB (Red+Green+Blue) = 104+53+91=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68355B is #97CAA4. Grayscale: #484848. Windows color (decimal): -9947813 or 5977448. OLE color: 5977448.

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

Color convert

RGB1045391-
CMYK00.490.120.59
HSL315.29º32.48%30.78%-
HSV(B)315.29º49.04%40.78%-
XYZ8.876.2410.64-
YUV72.58138.4150.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=41.94%
G=21.37%
B=36.69%

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
Decimal104539100.490.120.59315.2932.4830.78
Hex68355B031C3B13b201f
Octal1506513306114734734037
Binary110100011010110110110110001110011101110011101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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