#6F026D

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

Shades of Purple #6F026D

Tints of Purple #6F026D

Color information

#6F026D (or 0x6F026D) is unknown color: approx Purple. HEX triplet: 6F, 02 and 6D. RGB value is (111,2,109). Sum of RGB (Red+Green+Blue) = 111+2+109=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F026D is #90FD92. Grayscale: #2E2E2E. Windows color (decimal): -9502099 or 7144047. OLE color: 7144047.

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

Color convert

RGB1112109-
CMYK00.980.020.56
HSL301.1º96.46%22.16%-
HSV(B)301.1º98.2%43.53%-
XYZ9.344.5314.85-
YUV46.79163.11173.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=50%
G=0.90%
B=49.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111210900.980.020.56301.196.4622.16
Hex6F26D06223812d6016
Octal1572155014227045514026
Binary11011111011011010110001010111000100101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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