#6A147A

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

Shades of Seance #6A147A

Tints of Seance #6A147A

Color information

#6A147A (or 0x6A147A) is unknown color: approx Seance. HEX triplet: 6A, 14 and 7A. RGB value is (106,20,122). Sum of RGB (Red+Green+Blue) = 106+20+122=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A147A is #95EB85. Grayscale: #393939. Windows color (decimal): -9825158 or 8000618. OLE color: 8000618.

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

Color convert

RGB10620122-
CMYK0.130.8400.52
HSL290.59º71.83%27.84%-
HSV(B)290.59º83.61%47.84%-
XYZ9.714.9718.86-
YUV57.34164.49162.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=42.74%
G=8.06%
B=49.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106201220.130.8400.52290.5971.8327.84
Hex6A147AD54034123481c
Octal152241721512406444311034
Binary1101010101001111010110110101000110100100100011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,122); }

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

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

 a { background-color: rgb(106,20,122); }

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

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

 span { border-color: rgb(106,20,122); }

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