#68295B

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

Shades of Palatinate Purple #68295B

Tints of Palatinate Purple #68295B

Color information

#68295B (or 0x68295B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 29 and 5B. RGB value is (104,41,91). Sum of RGB (Red+Green+Blue) = 104+41+91=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68295B is #97D6A4. Grayscale: #414141. Windows color (decimal): -9950885 or 5974376. OLE color: 5974376.

HSL color Cylindrical-coordinate representation of color #68295B: hue angle of 312.38º 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 #68295B is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1044191-
CMYK00.610.120.59
HSL312.38º43.45%28.43%-
HSV(B)312.38º60.58%40.78%-
XYZ8.395.2810.48-
YUV65.54142.37155.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=44.07%
G=17.37%
B=38.56%

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
Decimal104419100.610.120.59312.3843.4528.43
Hex68295B03DC3B1382b1c
Octal1505113307514734705334
Binary110100010100110110110111101110011101110011100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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