#68077D

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

Shades of Purple #68077D

Tints of Purple #68077D

Color information

#68077D (or 0x68077D) is unknown color: approx Purple. HEX triplet: 68, 07 and 7D. RGB value is (104,7,125). Sum of RGB (Red+Green+Blue) = 104+7+125=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #68077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68077D is #97F882. Grayscale: #313131. Windows color (decimal): -9959555 or 8193896. OLE color: 8193896.

HSL color Cylindrical-coordinate representation of color #68077D: hue angle of 289.32º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68077D is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1047125-
CMYK0.170.9400.51
HSL289.32º89.39%25.88%-
HSV(B)289.32º94.4%49.02%-
XYZ9.494.5819.79-
YUV49.46170.64166.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=44.07%
G=2.97%
B=52.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10471250.170.9400.51289.3289.3925.88
Hex6877D115E033121591a
Octal15071752113606344113132
Binary110100011111111011000110111100110011100100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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