#68325B

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

Shades of Palatinate Purple #68325B

Tints of Palatinate Purple #68325B

Color information

#68325B (or 0x68325B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 32 and 5B. RGB value is (104,50,91). Sum of RGB (Red+Green+Blue) = 104+50+91=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68325B is #97CDA4. Grayscale: #464646. Windows color (decimal): -9948581 or 5976680. OLE color: 5976680.

HSL color Cylindrical-coordinate representation of color #68325B: hue angle of 314.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68325B is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1045091-
CMYK00.520.120.59
HSL314.44º35.06%30.2%-
HSV(B)314.44º51.92%40.78%-
XYZ8.745.9810.59-
YUV70.82139.39151.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=42.45%
G=20.41%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104509100.520.120.59314.4435.0630.2
Hex68325B034C3B13a231e
Octal1506213306414734724336
Binary110100011001010110110110100110011101110011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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