Html Css Color HEX #6E2571 Seance

📋 copy color: '#6E2571'

red 110 ◦ green 37 ◦ blue 113

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

Shades of Seance #6E2571

Tints of Seance #6E2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 42.31%
G = 14.23%
B = 43.46%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E2571 (or 0x6E2571) is known color: Seance. HEX triplet: 6E, 25 and 71. RGB value is (110,37,113). Sum of RGB (Red+Green+Blue) = 110+37+113=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E2571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2571 is #91DA8E. Grayscale: #434343. Windows color (decimal): -9558671 or 7415150. OLE color: 7415150.

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

Color convert

RGB 110 37 113 -
CMYK 0.03 0.67 0 0.56
HSL 297.63º 0.51% 0.29% -
HSV(B) 297.63º 0.67% 0.44% -
XYZ 10.07 5.83 16.22 -
YUV 67.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 110 37 113 0.03 0.67 0 0.56 297.63 0.51 0.29
Hex 6E 25 71 3 43 0 38 12A 33 1D
Octal 156 45 161 3 103 0 70 452 63 35
Binary 1101110 100101 1110001 11 1000011 0 111000 100101010 110011 11101

Color Harmonies of #6E2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2571

Black with #6E2571

Text Example


Text Example

White with #6E2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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