#68027E

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

Shades of Purple #68027E

Tints of Purple #68027E

Color information

#68027E (or 0x68027E) is unknown color: approx Purple. HEX triplet: 68, 02 and 7E. RGB value is (104,2,126). Sum of RGB (Red+Green+Blue) = 104+2+126=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #68027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027E is #97FD81. Grayscale: #2E2E2E. Windows color (decimal): -9960834 or 8258152. OLE color: 8258152.

HSL color Cylindrical-coordinate representation of color #68027E: hue angle of 289.35º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68027E is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1042126-
CMYK0.170.9800.51
HSL289.35º96.88%25.1%-
HSV(B)289.35º98.41%49.41%-
XYZ9.54.4920.11-
YUV46.63172.79168.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 126 (49.61% from 255) = 54.31%
R=44.83%
G=0.86%
B=54.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10421260.170.9800.51289.3596.8825.1
Hex6827E11620331216119
Octal15021762114206344114131
Binary11010001011111101000111000100110011100100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68027E; }

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

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

<style>
 a { background-color: #68027E; }

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

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

<style>
 span { border-color: #68027E; }

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

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