Html Css Color HEX #741E80 Seance

📋 copy color: '#741E80'

red 116 ◦ green 30 ◦ blue 128

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

Shades of Seance #741E80

Tints of Seance #741E80

RGB

 RED value IS 116 (45.7% from 255) = 42.34%

 GREEN value IS 30 (12.11% from 255) = 10.95%

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 42.34%
G = 10.95%
B = 46.72%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#741E80 (or 0x741E80) is known color: Seance. HEX triplet: 74, 1E and 80. RGB value is (116,30,128). Sum of RGB (Red+Green+Blue) = 116+30+128=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #741E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741E80 is #8BE17F. Grayscale: #424242. Windows color (decimal): -9167232 or 8396404. OLE color: 8396404.

HSL color Cylindrical-coordinate representation of color #741E80: hue angle of 292.65º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741E80 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 30 128 -
CMYK 0.09 0.77 0 0.50
HSL 292.65º 0.62% 0.31% -
HSV(B) 292.65º 0.77% 0.5% -
XYZ 11.56 6.2 21.01 -
YUV 66.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 116 30 128 0.09 0.77 0 0.50 292.65 0.62 0.31
Hex 74 1E 80 9 4D 0 32 125 3E 1F
Octal 164 36 200 11 115 0 62 445 76 37
Binary 1110100 11110 10000000 1001 1001101 0 110010 100100101 111110 11111

Color Harmonies of #741E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E80

Black with #741E80

Text Example


Text Example

White with #741E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E80; }

 p { color: rgb(116,30,128); }

 H1.HeaderClassName
 {
   color: #741E80;
 }
 .AnyTagClassName
 {
   color: #741E80;
 }
</style>

background-color css

<style>
 a { background-color: #741E80; }

 a { background-color: rgb(116,30,128); }

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

border-color css

<style>
 span { border-color: #741E80; }

 span { border-color: rgb(116,30,128); }

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