#68295C

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

Shades of Palatinate Purple #68295C

Tints of Palatinate Purple #68295C

Color information

#68295C (or 0x68295C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 29 and 5C. RGB value is (104,41,92). Sum of RGB (Red+Green+Blue) = 104+41+92=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68295C is #97D6A3. Grayscale: #414141. Windows color (decimal): -9950884 or 6039912. OLE color: 6039912.

HSL color Cylindrical-coordinate representation of color #68295C: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68295C is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1044192-
CMYK00.610.120.59
HSL311.43º43.45%28.43%-
HSV(B)311.43º60.58%40.78%-
XYZ8.435.310.7-
YUV65.65142.87155.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=43.88%
G=17.30%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104419200.610.120.59311.4343.4528.43
Hex68295C03DC3B1372b1c
Octal1505113407514734675334
Binary110100010100110111000111101110011101110011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68295C; }

 p { color: rgb(104,41,92); }

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

<style>
 a { background-color: #68295C; }

 a { background-color: rgb(104,41,92); }

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

<style>
 span { border-color: #68295C; }

 span { border-color: rgb(104,41,92); }

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