#6F026E

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

Shades of Purple #6F026E

Tints of Purple #6F026E

Color information

#6F026E (or 0x6F026E) is unknown color: approx Purple. HEX triplet: 6F, 02 and 6E. RGB value is (111,2,110). Sum of RGB (Red+Green+Blue) = 111+2+110=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F026E is #90FD91. Grayscale: #2E2E2E. Windows color (decimal): -9502098 or 7209583. OLE color: 7209583.

HSL color Cylindrical-coordinate representation of color #6F026E: hue angle of 300.55º 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 #6F026E is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB1112110-
CMYK00.980.010.56
HSL300.55º96.46%22.16%-
HSV(B)300.55º98.2%43.53%-
XYZ9.394.5515.13-
YUV46.9163.61173.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=49.78%
G=0.90%
B=49.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111211000.980.010.56300.5596.4622.16
Hex6F26E06213812d6016
Octal1572156014217045514026
Binary1101111101101110011000101111000100101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F026E; }

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

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

<style>
 a { background-color: #6F026E; }

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

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

<style>
 span { border-color: #6F026E; }

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

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