#68097A

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

Shades of Purple #68097A

Tints of Purple #68097A

Color information

#68097A (or 0x68097A) is unknown color: approx Purple. HEX triplet: 68, 09 and 7A. RGB value is (104,9,122). Sum of RGB (Red+Green+Blue) = 104+9+122=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #68097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68097A is #97F685. Grayscale: #313131. Windows color (decimal): -9959046 or 7997800. OLE color: 7997800.

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

Color convert

RGB1049122-
CMYK0.150.9300.52
HSL290.44º86.26%25.69%-
HSV(B)290.44º92.62%47.84%-
XYZ9.324.5418.8-
YUV50.29168.47166.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=44.26%
G=3.83%
B=51.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10491220.150.9300.52290.4486.2625.69
Hex6897AF5D034122561a
Octal150111721713506444212632
Binary110100010011111010111110111010110100100100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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