#68385B

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

Shades of Palatinate Purple #68385B

Tints of Palatinate Purple #68385B

Color information

#68385B (or 0x68385B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 38 and 5B. RGB value is (104,56,91). Sum of RGB (Red+Green+Blue) = 104+56+91=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68385B is #97C7A4. Grayscale: #4A4A4A. Windows color (decimal): -9947045 or 5978216. OLE color: 5978216.

HSL color Cylindrical-coordinate representation of color #68385B: hue angle of 316.25º 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 #68385B is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1045691-
CMYK00.460.120.59
HSL316.25º30%31.37%-
HSV(B)316.25º46.15%40.78%-
XYZ9.016.5310.68-
YUV74.34137.4149.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=41.43%
G=22.31%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104569100.460.120.59316.253031.37
Hex68385B02EC3B13c1e1f
Octal1507013305614734743637
Binary11010001110001011011010111011001110111001111001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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