Html Css Color HEX #6A1579 Seance

📋 copy color: '#6A1579'

red 106 ◦ green 21 ◦ blue 121

#6A1579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #6A1579

Tints of Seance #6A1579

RGB

 RED value IS 106 (41.8% from 255) = 42.74%

 GREEN value IS 21 (8.59% from 255) = 8.47%

 BLUE value IS 121 (47.66% from 255) = 48.79%

R = 42.74%
G = 8.47%
B = 48.79%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A1579 (or 0x6A1579) is known color: Seance. HEX triplet: 6A, 15 and 79. RGB value is (106,21,121). Sum of RGB (Red+Green+Blue) = 106+21+121=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A1579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1579 is #95EA86. Grayscale: #393939. Windows color (decimal): -9824903 or 7935338. OLE color: 7935338.

HSL color Cylindrical-coordinate representation of color #6A1579: hue angle of 291º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1579 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 21 121 -
CMYK 0.12 0.83 0 0.53
HSL 291º 0.7% 0.28% -
HSV(B) 291º 0.83% 0.47% -
XYZ 9.66 4.98 18.54 -
YUV 57.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 106 21 121 0.12 0.83 0 0.53 291 0.7 0.28
Hex 6A 15 79 C 53 0 35 123 46 1C
Octal 152 25 171 14 123 0 65 443 106 34
Binary 1101010 10101 1111001 1100 1010011 0 110101 100100011 1000110 11100

Color Harmonies of #6A1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1579

Black with #6A1579

Text Example


Text Example

White with #6A1579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,121); }

 H1.HeaderClassName
 {
   color: #6A1579;
 }
 .AnyTagClassName
 {
   color: #6A1579;
 }
</style>

background-color css

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

 a { background-color: rgb(106,21,121); }

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

border-color css

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

 span { border-color: rgb(106,21,121); }

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