#68395A

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

Shades of Palatinate Purple #68395A

Tints of Palatinate Purple #68395A

Color information

#68395A (or 0x68395A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 39 and 5A. RGB value is (104,57,90). Sum of RGB (Red+Green+Blue) = 104+57+90=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68395A is #97C6A5. Grayscale: #4A4A4A. Windows color (decimal): -9946790 or 5912936. OLE color: 5912936.

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

Color convert

RGB1045790-
CMYK00.450.130.59
HSL317.87º29.19%31.57%-
HSV(B)317.87º45.19%40.78%-
XYZ9.026.6110.47-
YUV74.82136.57148.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=41.43%
G=22.71%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104579000.450.130.59317.8729.1931.57
Hex68395A02DD3B13e1d20
Octal1507113205515734763540
Binary110100011100110110100101101110111101110011111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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