#6B1C7B

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

Shades of Seance #6B1C7B

Tints of Seance #6B1C7B

Color information

#6B1C7B (or 0x6B1C7B) is unknown color: approx Seance. HEX triplet: 6B, 1C and 7B. RGB value is (107,28,123). Sum of RGB (Red+Green+Blue) = 107+28+123=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B1C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1C7B is #94E384. Grayscale: #3E3E3E. Windows color (decimal): -9757573 or 8068203. OLE color: 8068203.

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

Color convert

RGB10728123-
CMYK0.130.7700.52
HSL289.89º62.91%29.61%-
HSV(B)289.89º77.24%48.24%-
XYZ10.055.3919.25-
YUV62.45162.17159.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.47%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=41.47%
G=10.85%
B=47.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107281230.130.7700.52289.8962.9129.61
Hex6B1C7BD4D0341223f1e
Octal15334173151150644427736
Binary110101111100111101111011001101011010010010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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