#68265F

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

Shades of Palatinate Purple #68265F

Tints of Palatinate Purple #68265F

Color information

#68265F (or 0x68265F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 26 and 5F. RGB value is (104,38,95). Sum of RGB (Red+Green+Blue) = 104+38+95=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68265F is #97D9A0. Grayscale: #404040. Windows color (decimal): -9951649 or 6235752. OLE color: 6235752.

HSL color Cylindrical-coordinate representation of color #68265F: hue angle of 308.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68265F is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1043895-
CMYK00.630.090.59
HSL308.18º46.48%27.84%-
HSV(B)308.18º63.46%40.78%-
XYZ8.475.1611.38-
YUV64.23145.37156.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=43.88%
G=16.03%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104389500.630.090.59308.1846.4827.84
Hex68265F03F93B1342e1c
Octal1504613707711734645634
Binary110100010011010111110111111100111101110011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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