#6F0261

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

Shades of Purple #6F0261

Tints of Purple #6F0261

Color information

#6F0261 (or 0x6F0261) is unknown color: approx Purple. HEX triplet: 6F, 02 and 61. RGB value is (111,2,97). Sum of RGB (Red+Green+Blue) = 111+2+97=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0261 is #90FD9E. Grayscale: #2D2D2D. Windows color (decimal): -9502111 or 6357615. OLE color: 6357615.

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

Color convert

RGB111297-
CMYK00.980.130.56
HSL307.71º96.46%22.16%-
HSV(B)307.71º98.2%43.53%-
XYZ8.734.2911.68-
YUV45.42157.11174.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=52.86%
G=0.95%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11129700.980.130.56307.7196.4622.16
Hex6F261062D381346016
Octal15721410142157046414026
Binary1101111101100001011000101101111000100110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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