#6F2878

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

Shades of Seance #6F2878

Tints of Seance #6F2878

Color information

#6F2878 (or 0x6F2878) is unknown color: approx Seance. HEX triplet: 6F, 28 and 78. RGB value is (111,40,120). Sum of RGB (Red+Green+Blue) = 111+40+120=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F2878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2878 is #90D787. Grayscale: #464646. Windows color (decimal): -9492360 or 7874671. OLE color: 7874671.

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

Color convert

RGB11140120-
CMYK0.080.6700.53
HSL293.25º50%31.37%-
HSV(B)293.25º66.67%47.06%-
XYZ10.76.2518.41-
YUV70.35156.02157-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=40.96%
G=14.76%
B=44.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111401200.080.6700.53293.255031.37
Hex6F2878843035125321f
Octal15750170101030654456237
Binary1101111101000111100010001000011011010110010010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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