#6F0269

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

Shades of Purple #6F0269

Tints of Purple #6F0269

Color information

#6F0269 (or 0x6F0269) is unknown color: approx Purple. HEX triplet: 6F, 02 and 69. RGB value is (111,2,105). Sum of RGB (Red+Green+Blue) = 111+2+105=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0269 is #90FD96. Grayscale: #2E2E2E. Windows color (decimal): -9502103 or 6881903. OLE color: 6881903.

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

Color convert

RGB1112105-
CMYK00.980.050.56
HSL303.3º96.46%22.16%-
HSV(B)303.3º98.2%43.53%-
XYZ9.134.4413.74-
YUV46.33161.11174.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=50.92%
G=0.92%
B=48.17%

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
Decimal111210500.980.050.56303.396.4622.16
Hex6F26906253812f6016
Octal1572151014257045714026
Binary110111110110100101100010101111000100101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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