#68026F

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

Shades of Purple #68026F

Tints of Purple #68026F

Color information

#68026F (or 0x68026F) is unknown color: approx Purple. HEX triplet: 68, 02 and 6F. RGB value is (104,2,111). Sum of RGB (Red+Green+Blue) = 104+2+111=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #68026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68026F is #97FD90. Grayscale: #2C2C2C. Windows color (decimal): -9960849 or 7275112. OLE color: 7275112.

HSL color Cylindrical-coordinate representation of color #68026F: hue angle of 296.15º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68026F is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1042111-
CMYK0.060.9800.56
HSL296.15º96.46%22.16%-
HSV(B)296.15º98.2%43.53%-
XYZ8.64.1315.38-
YUV44.92165.29170.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=47.93%
G=0.92%
B=51.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10421110.060.9800.56296.1596.4622.16
Hex6826F6620381286016
Octal1502157614207045014026
Binary110100010110111111011000100111000100101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68026F; }

 p { color: rgb(104,2,111); }

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

<style>
 a { background-color: #68026F; }

 a { background-color: rgb(104,2,111); }

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

<style>
 span { border-color: #68026F; }

 span { border-color: rgb(104,2,111); }

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