Html Css Color HEX #6E2F71 Seance

📋 copy color: '#6E2F71'

red 110 ◦ green 47 ◦ blue 113

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

Shades of Seance #6E2F71

Tints of Seance #6E2F71

RGB

 RED value IS 110 (43.36% from 255) = 40.74%

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 40.74%
G = 17.41%
B = 41.85%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E2F71 (or 0x6E2F71) is known color: Seance. HEX triplet: 6E, 2F and 71. RGB value is (110,47,113). Sum of RGB (Red+Green+Blue) = 110+47+113=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E2F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2F71 is #91D08E. Grayscale: #494949. Windows color (decimal): -9556111 or 7417710. OLE color: 7417710.

HSL color Cylindrical-coordinate representation of color #6E2F71: hue angle of 297.27º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E2F71 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 47 113 -
CMYK 0.03 0.58 0 0.56
HSL 297.27º 0.41% 0.31% -
HSV(B) 297.27º 0.58% 0.44% -
XYZ 10.43 6.54 16.34 -
YUV 73.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 110 47 113 0.03 0.58 0 0.56 297.27 0.41 0.31
Hex 6E 2F 71 3 3A 0 38 129 29 1F
Octal 156 57 161 3 72 0 70 451 51 37
Binary 1101110 101111 1110001 11 111010 0 111000 100101001 101001 11111

Color Harmonies of #6E2F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2F71

Black with #6E2F71

Text Example


Text Example

White with #6E2F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,47,113); }

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

background-color css

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

 a { background-color: rgb(110,47,113); }

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

border-color css

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

 span { border-color: rgb(110,47,113); }

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