#68205E

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

Shades of Palatinate Purple #68205E

Tints of Palatinate Purple #68205E

Color information

#68205E (or 0x68205E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 5E. RGB value is (104,32,94). Sum of RGB (Red+Green+Blue) = 104+32+94=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68205E is #97DFA1. Grayscale: #3C3C3C. Windows color (decimal): -9953186 or 6168680. OLE color: 6168680.

HSL color Cylindrical-coordinate representation of color #68205E: hue angle of 308.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68205E is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1043294-
CMYK00.690.100.59
HSL308.33º52.94%26.67%-
HSV(B)308.33º69.23%40.78%-
XYZ8.254.7811.08-
YUV60.6146.85158.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=45.22%
G=13.91%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104329400.690.100.59308.3352.9426.67
Hex68205E045A3B134351b
Octal15040136010512734646533
Binary1101000100000101111001000101101011101110011010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68205E; }

 p { color: rgb(104,32,94); }

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

<style>
 a { background-color: #68205E; }

 a { background-color: rgb(104,32,94); }

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

<style>
 span { border-color: #68205E; }

 span { border-color: rgb(104,32,94); }

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