#68097C

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

Shades of Purple #68097C

Tints of Purple #68097C

Color information

#68097C (or 0x68097C) is unknown color: approx Purple. HEX triplet: 68, 09 and 7C. RGB value is (104,9,124). Sum of RGB (Red+Green+Blue) = 104+9+124=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #68097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68097C is #97F683. Grayscale: #323232. Windows color (decimal): -9959044 or 8128872. OLE color: 8128872.

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

Color convert

RGB1049124-
CMYK0.160.9300.51
HSL289.57º86.47%26.08%-
HSV(B)289.57º92.74%48.63%-
XYZ9.444.5919.46-
YUV50.52169.47166.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=43.88%
G=3.80%
B=52.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10491240.160.9300.51289.5786.4726.08
Hex6897C105D033122561a
Octal150111742013506344212632
Binary1101000100111111001000010111010110011100100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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