Html Css Color HEX #6E217F Seance

📋 copy color: '#6E217F'

red 110 ◦ green 33 ◦ blue 127

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

Shades of Seance #6E217F

Tints of Seance #6E217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 40.74%
G = 12.22%
B = 47.04%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E217F (or 0x6E217F) is known color: Seance. HEX triplet: 6E, 21 and 7F. RGB value is (110,33,127). Sum of RGB (Red+Green+Blue) = 110+33+127=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E217F is #91DE80. Grayscale: #424242. Windows color (decimal): -9559681 or 8331630. OLE color: 8331630.

HSL color Cylindrical-coordinate representation of color #6E217F: hue angle of 289.15º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E217F is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 33 127 -
CMYK 0.13 0.74 0 0.50
HSL 289.15º 0.59% 0.31% -
HSV(B) 289.15º 0.74% 0.5% -
XYZ 10.81 5.94 20.65 -
YUV 66.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 110 33 127 0.13 0.74 0 0.50 289.15 0.59 0.31
Hex 6E 21 7F D 4A 0 32 121 3B 1F
Octal 156 41 177 15 112 0 62 441 73 37
Binary 1101110 100001 1111111 1101 1001010 0 110010 100100001 111011 11111

Color Harmonies of #6E217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E217F

Black with #6E217F

Text Example


Text Example

White with #6E217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,127); }

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

background-color css

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

 a { background-color: rgb(110,33,127); }

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

border-color css

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

 span { border-color: rgb(110,33,127); }

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