#68097D

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

Shades of Purple #68097D

Tints of Purple #68097D

Color information

#68097D (or 0x68097D) is unknown color: approx Purple. HEX triplet: 68, 09 and 7D. RGB value is (104,9,125). Sum of RGB (Red+Green+Blue) = 104+9+125=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #68097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68097D is #97F682. Grayscale: #323232. Windows color (decimal): -9959043 or 8194408. OLE color: 8194408.

HSL color Cylindrical-coordinate representation of color #68097D: hue angle of 289.14º degrees, saturation: 0.87, 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 #68097D is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1049125-
CMYK0.170.9300.51
HSL289.14º86.57%26.27%-
HSV(B)289.14º92.8%49.02%-
XYZ9.514.6219.79-
YUV50.63169.97166.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=43.70%
G=3.78%
B=52.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10491250.170.9300.51289.1486.5726.27
Hex6897D115D033121571a
Octal150111752113506344112732
Binary1101000100111111011000110111010110011100100001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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