#6F167A

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

Shades of Purple #6F167A

Tints of Purple #6F167A

Color information

#6F167A (or 0x6F167A) is unknown color: approx Purple. HEX triplet: 6F, 16 and 7A. RGB value is (111,22,122). Sum of RGB (Red+Green+Blue) = 111+22+122=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F167A is #90E985. Grayscale: #3B3B3B. Windows color (decimal): -9496966 or 8001135. OLE color: 8001135.

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

Color convert

RGB11122122-
CMYK0.090.8200.52
HSL293.4º69.44%28.24%-
HSV(B)293.4º81.97%47.84%-
XYZ10.365.3618.9-
YUV60.01162.99164.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=43.53%
G=8.63%
B=47.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111221220.090.8200.52293.469.4428.24
Hex6F167A952034125451c
Octal157261721112206444510534
Binary1101111101101111010100110100100110100100100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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