#68335F

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

Shades of Palatinate Purple #68335F

Tints of Palatinate Purple #68335F

Color information

#68335F (or 0x68335F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 5F. RGB value is (104,51,95). Sum of RGB (Red+Green+Blue) = 104+51+95=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68335F is #97CCA0. Grayscale: #474747. Windows color (decimal): -9948321 or 6239080. OLE color: 6239080.

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

Color convert

RGB1045195-
CMYK00.510.090.59
HSL310.19º34.19%30.39%-
HSV(B)310.19º50.96%40.78%-
XYZ8.966.1411.54-
YUV71.86141.06150.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 95 (37.5% from 255) = 38%
R=41.6%
G=20.4%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104519500.510.090.59310.1934.1930.39
Hex68335F03393B136221e
Octal1506313706311734664236
Binary110100011001110111110110011100111101110011011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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