#68117B

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

Shades of Purple #68117B

Tints of Purple #68117B

Color information

#68117B (or 0x68117B) is unknown color: approx Purple. HEX triplet: 68, 11 and 7B. RGB value is (104,17,123). Sum of RGB (Red+Green+Blue) = 104+17+123=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #68117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68117B is #97EE84. Grayscale: #363636. Windows color (decimal): -9956997 or 8065384. OLE color: 8065384.

HSL color Cylindrical-coordinate representation of color #68117B: hue angle of 289.25º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68117B is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10417123-
CMYK0.150.8600.52
HSL289.25º75.71%27.45%-
HSV(B)289.25º86.18%48.24%-
XYZ9.484.7719.16-
YUV55.1166.32162.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=42.62%
G=6.97%
B=50.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104171230.150.8600.52289.2575.7127.45
Hex68117BF560341214c1b
Octal150211731712606444111433
Binary1101000100011111011111110101100110100100100001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,17,123); }

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

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

 a { background-color: rgb(104,17,123); }

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

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

 span { border-color: rgb(104,17,123); }

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