#68117A

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

Shades of Purple #68117A

Tints of Purple #68117A

Color information

#68117A (or 0x68117A) is unknown color: approx Purple. HEX triplet: 68, 11 and 7A. RGB value is (104,17,122). Sum of RGB (Red+Green+Blue) = 104+17+122=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #68117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68117A is #97EE85. Grayscale: #363636. Windows color (decimal): -9956998 or 7999848. OLE color: 7999848.

HSL color Cylindrical-coordinate representation of color #68117A: hue angle of 289.71º 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 #68117A is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10417122-
CMYK0.150.8600.52
HSL289.71º75.54%27.25%-
HSV(B)289.71º86.07%47.84%-
XYZ9.424.7518.83-
YUV54.98165.82162.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=42.80%
G=7.00%
B=50.21%

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
Decimal104171220.150.8600.52289.7175.5427.25
Hex68117AF560341224c1b
Octal150211721712606444211433
Binary1101000100011111010111110101100110100100100010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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