#68185B

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

Shades of Palatinate Purple #68185B

Tints of Palatinate Purple #68185B

Color information

#68185B (or 0x68185B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 18 and 5B. RGB value is (104,24,91). Sum of RGB (Red+Green+Blue) = 104+24+91=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68185B is #97E7A4. Grayscale: #373737. Windows color (decimal): -9955237 or 5970024. OLE color: 5970024.

HSL color Cylindrical-coordinate representation of color #68185B: hue angle of 309.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68185B is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1042491-
CMYK00.770.120.59
HSL309.75º62.5%25.1%-
HSV(B)309.75º76.92%40.78%-
XYZ7.924.3510.32-
YUV55.56148162.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=47.49%
G=10.96%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104249100.770.120.59309.7562.525.1
Hex68185B04DC3B1363e19
Octal15030133011514734667631
Binary110100011000101101101001101110011101110011011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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