#6F0168

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

Shades of Purple #6F0168

Tints of Purple #6F0168

Color information

#6F0168 (or 0x6F0168) is unknown color: approx Purple. HEX triplet: 6F, 01 and 68. RGB value is (111,1,104). Sum of RGB (Red+Green+Blue) = 111+1+104=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0168 is #90FE97. Grayscale: #2D2D2D. Windows color (decimal): -9502360 or 6816111. OLE color: 6816111.

HSL color Cylindrical-coordinate representation of color #6F0168: hue angle of 303.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0168 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB1111104-
CMYK00.990.060.56
HSL303.82º98.21%21.96%-
HSV(B)303.82º99.1%43.53%-
XYZ9.074.413.47-
YUV45.63160.94174.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=51.39%
G=0.46%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111110400.990.060.56303.8298.2121.96
Hex6F1680636381306216
Octal1571150014367046014226
Binary11011111110100001100011110111000100110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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