#68285A

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

Shades of Palatinate Purple #68285A

Tints of Palatinate Purple #68285A

Color information

#68285A (or 0x68285A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 28 and 5A. RGB value is (104,40,90). Sum of RGB (Red+Green+Blue) = 104+40+90=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285A is #97D7A5. Grayscale: #404040. Windows color (decimal): -9951142 or 5908584. OLE color: 5908584.

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

Color convert

RGB1044090-
CMYK00.620.130.59
HSL313.12º44.44%28.24%-
HSV(B)313.12º61.54%40.78%-
XYZ8.315.210.24-
YUV64.84142.2155.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=44.44%
G=17.09%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104409000.620.130.59313.1244.4428.24
Hex68285A03ED3B1392c1c
Octal1505013207615734715434
Binary110100010100010110100111110110111101110011100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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