#6F0878

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

Shades of Purple #6F0878

Tints of Purple #6F0878

Color information

#6F0878 (or 0x6F0878) is unknown color: approx Purple. HEX triplet: 6F, 08 and 78. RGB value is (111,8,120). Sum of RGB (Red+Green+Blue) = 111+8+120=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F0878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0878 is #90F787. Grayscale: #333333. Windows color (decimal): -9500552 or 7866479. OLE color: 7866479.

HSL color Cylindrical-coordinate representation of color #6F0878: hue angle of 295.18º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0878 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1118120-
CMYK0.080.9300.53
HSL295.18º87.5%25.1%-
HSV(B)295.18º93.33%47.06%-
XYZ10.034.9118.19-
YUV51.56166.62170.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=46.44%
G=3.35%
B=50.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11181200.080.9300.53295.1887.525.1
Hex6F87885D0351275819
Octal157101701013506544713031
Binary110111110001111000100010111010110101100100111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,8,120); }

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

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

 a { background-color: rgb(111,8,120); }

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

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

 span { border-color: rgb(111,8,120); }

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