#68335A

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

Shades of Palatinate Purple #68335A

Tints of Palatinate Purple #68335A

Color information

#68335A (or 0x68335A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 5A. RGB value is (104,51,90). Sum of RGB (Red+Green+Blue) = 104+51+90=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68335A is #97CCA5. Grayscale: #474747. Windows color (decimal): -9948326 or 5911400. OLE color: 5911400.

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

Color convert

RGB1045190-
CMYK00.510.130.59
HSL315.85º34.19%30.39%-
HSV(B)315.85º50.96%40.78%-
XYZ8.746.0510.38-
YUV71.29138.56151.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=42.45%
G=20.82%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104519000.510.130.59315.8534.1930.39
Hex68335A033D3B13c221e
Octal1506313206315734744236
Binary110100011001110110100110011110111101110011110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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