#68255D

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

Shades of Palatinate Purple #68255D

Tints of Palatinate Purple #68255D

Color information

#68255D (or 0x68255D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 5D. RGB value is (104,37,93). Sum of RGB (Red+Green+Blue) = 104+37+93=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255D is #97DAA2. Grayscale: #3F3F3F. Windows color (decimal): -9951907 or 6104424. OLE color: 6104424.

HSL color Cylindrical-coordinate representation of color #68255D: hue angle of 309.85º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68255D is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1043793-
CMYK00.640.110.59
HSL309.85º47.52%27.65%-
HSV(B)309.85º64.42%40.78%-
XYZ8.355.0610.89-
YUV63.42144.7156.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=44.44%
G=15.81%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104379300.640.110.59309.8547.5227.65
Hex68255D040B3B136301c
Octal15045135010013734666034
Binary1101000100101101110101000000101111101110011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68255D; }

 p { color: rgb(104,37,93); }

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

<style>
 a { background-color: #68255D; }

 a { background-color: rgb(104,37,93); }

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

<style>
 span { border-color: #68255D; }

 span { border-color: rgb(104,37,93); }

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