Html Css Color HEX #742081 Seance

📋 copy color: '#742081'

red 116 ◦ green 32 ◦ blue 129

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

Shades of Seance #742081

Tints of Seance #742081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

 BLUE value IS 129 (50.78% from 255) = 46.57%

R = 41.88%
G = 11.55%
B = 46.57%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742081 (or 0x742081) is known color: Seance. HEX triplet: 74, 20 and 81. RGB value is (116,32,129). Sum of RGB (Red+Green+Blue) = 116+32+129=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #742081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742081 is #8BDF7E. Grayscale: #434343. Windows color (decimal): -9166719 or 8462452. OLE color: 8462452.

HSL color Cylindrical-coordinate representation of color #742081: hue angle of 291.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742081 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 32 129 -
CMYK 0.10 0.75 0 0.49
HSL 291.96º 0.6% 0.32% -
HSV(B) 291.96º 0.75% 0.51% -
XYZ 11.68 6.33 21.38 -
YUV 68.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 116 32 129 0.10 0.75 0 0.49 291.96 0.6 0.32
Hex 74 20 81 A 4B 0 31 124 3C 20
Octal 164 40 201 12 113 0 61 444 74 40
Binary 1110100 100000 10000001 1010 1001011 0 110001 100100100 111100 100000

Color Harmonies of #742081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742081

Black with #742081

Text Example


Text Example

White with #742081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742081; }

 p { color: rgb(116,32,129); }

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

background-color css

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

 a { background-color: rgb(116,32,129); }

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

border-color css

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

 span { border-color: rgb(116,32,129); }

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