#68045E

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

Shades of Palatinate Purple #68045E

Tints of Palatinate Purple #68045E

Color information

#68045E (or 0x68045E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 04 and 5E. RGB value is (104,4,94). Sum of RGB (Red+Green+Blue) = 104+4+94=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68045E is #97FBA1. Grayscale: #2B2B2B. Windows color (decimal): -9960354 or 6161512. OLE color: 6161512.

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

Color convert

RGB104494-
CMYK00.960.100.59
HSL306º92.59%21.18%-
HSV(B)306º96.15%40.78%-
XYZ7.773.8410.92-
YUV44.16156.13170.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=51.49%
G=1.98%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10449400.960.100.5930692.5921.18
Hex6845E060A3B1325d15
Octal15041360140127346213525
Binary11010001001011110011000001010111011100110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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