#68285D

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

Shades of Palatinate Purple #68285D

Tints of Palatinate Purple #68285D

Color information

#68285D (or 0x68285D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 28 and 5D. RGB value is (104,40,93). Sum of RGB (Red+Green+Blue) = 104+40+93=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285D is #97D7A2. Grayscale: #414141. Windows color (decimal): -9951139 or 6105192. OLE color: 6105192.

HSL color Cylindrical-coordinate representation of color #68285D: hue angle of 310.31º 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 #68285D is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1044093-
CMYK00.620.110.59
HSL310.31º44.44%28.24%-
HSV(B)310.31º61.54%40.78%-
XYZ8.445.2510.92-
YUV65.18143.7155.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=43.88%
G=16.88%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104409300.620.110.59310.3144.4428.24
Hex68285D03EB3B1362c1c
Octal1505013507613734665434
Binary110100010100010111010111110101111101110011011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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