#68107C

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

Shades of Purple #68107C

Tints of Purple #68107C

Color information

#68107C (or 0x68107C) is unknown color: approx Purple. HEX triplet: 68, 10 and 7C. RGB value is (104,16,124). Sum of RGB (Red+Green+Blue) = 104+16+124=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #68107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68107C is #97EF83. Grayscale: #363636. Windows color (decimal): -9957252 or 8130664. OLE color: 8130664.

HSL color Cylindrical-coordinate representation of color #68107C: hue angle of 288.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68107C is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10416124-
CMYK0.160.8700.51
HSL288.89º77.14%27.45%-
HSV(B)288.89º87.1%48.63%-
XYZ9.534.7719.49-
YUV54.62167.15163.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=42.62%
G=6.56%
B=50.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104161240.160.8700.51288.8977.1427.45
Hex68107C10570331214d1b
Octal150201742012706344111533
Binary11010001000011111001000010101110110011100100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,16,124); }

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

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

 a { background-color: rgb(104,16,124); }

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

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

 span { border-color: rgb(104,16,124); }

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