#6A1E7D

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

Shades of Seance #6A1E7D

Tints of Seance #6A1E7D

Color information

#6A1E7D (or 0x6A1E7D) is unknown color: approx Seance. HEX triplet: 6A, 1E and 7D. RGB value is (106,30,125). Sum of RGB (Red+Green+Blue) = 106+30+125=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A1E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1E7D is #95E182. Grayscale: #3F3F3F. Windows color (decimal): -9822595 or 8199786. OLE color: 8199786.

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

Color convert

RGB10630125-
CMYK0.150.7600.51
HSL288º61.29%30.39%-
HSV(B)288º76%49.02%-
XYZ10.115.4719.93-
YUV63.55162.68158.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.61%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=40.61%
G=11.49%
B=47.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106301250.150.7600.5128861.2930.39
Hex6A1E7DF4C0331203d1e
Octal15236175171140634407536
Binary110101011110111110111111001100011001110010000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,30,125); }

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

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

 a { background-color: rgb(106,30,125); }

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

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

 span { border-color: rgb(106,30,125); }

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