#6F026A

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

Shades of Purple #6F026A

Tints of Purple #6F026A

Color information

#6F026A (or 0x6F026A) is unknown color: approx Purple. HEX triplet: 6F, 02 and 6A. RGB value is (111,2,106). Sum of RGB (Red+Green+Blue) = 111+2+106=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F026A is #90FD95. Grayscale: #2E2E2E. Windows color (decimal): -9502102 or 6947439. OLE color: 6947439.

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

Color convert

RGB1112106-
CMYK00.980.050.56
HSL302.75º96.46%22.16%-
HSV(B)302.75º98.2%43.53%-
XYZ9.184.4614.01-
YUV46.45161.61174.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.68%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=50.68%
G=0.91%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111210600.980.050.56302.7596.4622.16
Hex6F26A06253812f6016
Octal1572152014257045714026
Binary110111110110101001100010101111000100101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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