#68045F

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

Shades of Palatinate Purple #68045F

Tints of Palatinate Purple #68045F

Color information

#68045F (or 0x68045F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 04 and 5F. RGB value is (104,4,95). Sum of RGB (Red+Green+Blue) = 104+4+95=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68045F is #97FBA0. Grayscale: #2C2C2C. Windows color (decimal): -9960353 or 6227048. OLE color: 6227048.

HSL color Cylindrical-coordinate representation of color #68045F: hue angle of 305.4º 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 #68045F is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB104495-
CMYK00.960.090.59
HSL305.4º92.59%21.18%-
HSV(B)305.4º96.15%40.78%-
XYZ7.823.8611.16-
YUV44.27156.63170.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=51.23%
G=1.97%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10449500.960.090.59305.492.5921.18
Hex6845F06093B1315d15
Octal15041370140117346113525
Binary11010001001011111011000001001111011100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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