#68385A

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

Shades of Palatinate Purple #68385A

Tints of Palatinate Purple #68385A

Color information

#68385A (or 0x68385A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 38 and 5A. RGB value is (104,56,90). Sum of RGB (Red+Green+Blue) = 104+56+90=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68385A is #97C7A5. Grayscale: #4A4A4A. Windows color (decimal): -9947046 or 5912680. OLE color: 5912680.

HSL color Cylindrical-coordinate representation of color #68385A: hue angle of 317.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68385A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1045690-
CMYK00.460.130.59
HSL317.5º30%31.37%-
HSV(B)317.5º46.15%40.78%-
XYZ8.976.5110.46-
YUV74.23136.9149.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 90 (35.55% from 255) = 36%
R=41.6%
G=22.4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104569000.460.130.59317.53031.37
Hex68385A02ED3B13e1e1f
Octal1507013205615734763637
Binary11010001110001011010010111011011110111001111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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