#68335B

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

Shades of Palatinate Purple #68335B

Tints of Palatinate Purple #68335B

Color information

#68335B (or 0x68335B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 5B. RGB value is (104,51,91). Sum of RGB (Red+Green+Blue) = 104+51+91=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68335B is #97CCA4. Grayscale: #474747. Windows color (decimal): -9948325 or 5976936. OLE color: 5976936.

HSL color Cylindrical-coordinate representation of color #68335B: hue angle of 314.72º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68335B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1045191-
CMYK00.510.120.59
HSL314.72º34.19%30.39%-
HSV(B)314.72º50.96%40.78%-
XYZ8.786.0710.61-
YUV71.41139.06151.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=42.28%
G=20.73%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104519100.510.120.59314.7234.1930.39
Hex68335B033C3B13b221e
Octal1506313306314734734236
Binary110100011001110110110110011110011101110011101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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