#6F1A7C

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

Shades of Seance #6F1A7C

Tints of Seance #6F1A7C

Color information

#6F1A7C (or 0x6F1A7C) is unknown color: approx Seance. HEX triplet: 6F, 1A and 7C. RGB value is (111,26,124). Sum of RGB (Red+Green+Blue) = 111+26+124=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F1A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A7C is #90E583. Grayscale: #3E3E3E. Windows color (decimal): -9495940 or 8133231. OLE color: 8133231.

HSL color Cylindrical-coordinate representation of color #6F1A7C: hue angle of 292.04º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1A7C is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11126124-
CMYK0.100.7900.51
HSL292.04º65.33%29.41%-
HSV(B)292.04º79.03%48.63%-
XYZ10.565.5719.59-
YUV62.59162.66162.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=42.53%
G=9.96%
B=47.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111261240.100.7900.51292.0465.3329.41
Hex6F1A7CA4F033124411d
Octal157321741211706344410135
Binary1101111110101111100101010011110110011100100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,124); }

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

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

 a { background-color: rgb(111,26,124); }

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

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

 span { border-color: rgb(111,26,124); }

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