#68285B

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

Shades of Palatinate Purple #68285B

Tints of Palatinate Purple #68285B

Color information

#68285B (or 0x68285B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 28 and 5B. RGB value is (104,40,91). Sum of RGB (Red+Green+Blue) = 104+40+91=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285B is #97D7A4. Grayscale: #404040. Windows color (decimal): -9951141 or 5974120. OLE color: 5974120.

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

Color convert

RGB1044091-
CMYK00.620.120.59
HSL312.19º44.44%28.24%-
HSV(B)312.19º61.54%40.78%-
XYZ8.365.2210.46-
YUV64.95142.7155.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=44.26%
G=17.02%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104409100.620.120.59312.1944.4428.24
Hex68285B03EC3B1382c1c
Octal1505013307614734705434
Binary110100010100010110110111110110011101110011100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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