#6F017A

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

Shades of Purple #6F017A

Tints of Purple #6F017A

Color information

#6F017A (or 0x6F017A) is unknown color: approx Purple. HEX triplet: 6F, 01 and 7A. RGB value is (111,1,122). Sum of RGB (Red+Green+Blue) = 111+1+122=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F017A is #90FE85. Grayscale: #2F2F2F. Windows color (decimal): -9502342 or 7995759. OLE color: 7995759.

HSL color Cylindrical-coordinate representation of color #6F017A: hue angle of 294.55º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F017A is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1111122-
CMYK0.090.9900.52
HSL294.55º98.37%24.12%-
HSV(B)294.55º99.18%47.84%-
XYZ10.084.8118.81-
YUV47.68169.94173.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=47.44%
G=0.43%
B=52.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11111220.090.9900.52294.5598.3724.12
Hex6F17A9630341276218
Octal15711721114306444714230
Binary110111111111010100111000110110100100100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,122); }

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

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

 a { background-color: rgb(111,1,122); }

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

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

 span { border-color: rgb(111,1,122); }

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