#6F026C

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

Shades of Purple #6F026C

Tints of Purple #6F026C

Color information

#6F026C (or 0x6F026C) is unknown color: approx Purple. HEX triplet: 6F, 02 and 6C. RGB value is (111,2,108). Sum of RGB (Red+Green+Blue) = 111+2+108=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F026C is #90FD93. Grayscale: #2E2E2E. Windows color (decimal): -9502100 or 7078511. OLE color: 7078511.

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

Color convert

RGB1112108-
CMYK00.980.030.56
HSL301.65º96.46%22.16%-
HSV(B)301.65º98.2%43.53%-
XYZ9.284.5114.57-
YUV46.68162.61173.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=50.23%
G=0.90%
B=48.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111210800.980.030.56301.6596.4622.16
Hex6F26C06233812e6016
Octal1572154014237045614026
Binary11011111011011000110001011111000100101110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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