Html Css Color HEX #6A1771 Seance

📋 copy color: '#6A1771'

red 106 ◦ green 23 ◦ blue 113

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

Shades of Seance #6A1771

Tints of Seance #6A1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 43.8%
G = 9.5%
B = 46.69%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A1771 (or 0x6A1771) is known color: Seance. HEX triplet: 6A, 17 and 71. RGB value is (106,23,113). Sum of RGB (Red+Green+Blue) = 106+23+113=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1771 is #95E88E. Grayscale: #393939. Windows color (decimal): -9824399 or 7411562. OLE color: 7411562.

HSL color Cylindrical-coordinate representation of color #6A1771: hue angle of 295.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1771 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 23 113 -
CMYK 0.06 0.80 0 0.56
HSL 295.33º 0.66% 0.27% -
HSV(B) 295.33º 0.8% 0.44% -
XYZ 9.23 4.87 16.08 -
YUV 58.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 106 23 113 0.06 0.80 0 0.56 295.33 0.66 0.27
Hex 6A 17 71 6 50 0 38 127 42 1B
Octal 152 27 161 6 120 0 70 447 102 33
Binary 1101010 10111 1110001 110 1010000 0 111000 100100111 1000010 11011

Color Harmonies of #6A1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1771

Black with #6A1771

Text Example


Text Example

White with #6A1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,113); }

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

background-color css

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

 a { background-color: rgb(106,23,113); }

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

border-color css

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

 span { border-color: rgb(106,23,113); }

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