#6B1E7B

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

Shades of Seance #6B1E7B

Tints of Seance #6B1E7B

Color information

#6B1E7B (or 0x6B1E7B) is unknown color: approx Seance. HEX triplet: 6B, 1E and 7B. RGB value is (107,30,123). Sum of RGB (Red+Green+Blue) = 107+30+123=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B1E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E7B is #94E184. Grayscale: #3F3F3F. Windows color (decimal): -9757061 or 8068715. OLE color: 8068715.

HSL color Cylindrical-coordinate representation of color #6B1E7B: hue angle of 289.68º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1E7B is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10730123-
CMYK0.130.7600.52
HSL289.68º60.78%30%-
HSV(B)289.68º75.61%48.24%-
XYZ10.15.4819.27-
YUV63.62161.51158.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.15%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=41.15%
G=11.54%
B=47.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107301230.130.7600.52289.6860.7830
Hex6B1E7BD4C0341223d1e
Octal15336173151140644427536
Binary110101111110111101111011001100011010010010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,123); }

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

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

 a { background-color: rgb(107,30,123); }

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

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

 span { border-color: rgb(107,30,123); }

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