#68127A

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

Shades of Purple #68127A

Tints of Purple #68127A

Color information

#68127A (or 0x68127A) is unknown color: approx Purple. HEX triplet: 68, 12 and 7A. RGB value is (104,18,122). Sum of RGB (Red+Green+Blue) = 104+18+122=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #68127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68127A is #97ED85. Grayscale: #373737. Windows color (decimal): -9956742 or 8000104. OLE color: 8000104.

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

Color convert

RGB10418122-
CMYK0.150.8500.52
HSL289.62º74.29%27.45%-
HSV(B)289.62º85.25%47.84%-
XYZ9.444.7818.84-
YUV55.57165.49162.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 18 (7.42% from 255) = 7.38%
BLUE value IS 122 (48.05% from 255) = 50%
R=42.62%
G=7.38%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104181220.150.8500.52289.6274.2927.45
Hex68127AF550341224a1b
Octal150221721712506444211233
Binary1101000100101111010111110101010110100100100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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