Html Css Color HEX #742674 Seance

📋 copy color: '#742674'

red 116 ◦ green 38 ◦ blue 116

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

Shades of Seance #742674

Tints of Seance #742674

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 42.96%
G = 14.07%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#742674 (or 0x742674) is known color: Seance. HEX triplet: 74, 26 and 74. RGB value is (116,38,116). Sum of RGB (Red+Green+Blue) = 116+38+116=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #742674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742674 is #8BD98B. Grayscale: #454545. Windows color (decimal): -9165196 or 7612020. OLE color: 7612020.

HSL color Cylindrical-coordinate representation of color #742674: hue angle of 300º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742674 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 116 -
CMYK 0 0.67 0 0.55
HSL 300º 0.51% 0.3% -
HSV(B) 300º 0.67% 0.45% -
XYZ 11.05 6.36 17.17 -
YUV 70.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 116 38 116 0 0.67 0 0.55 300 0.51 0.3
Hex 74 26 74 0 43 0 37 12C 33 1E
Octal 164 46 164 0 103 0 67 454 63 36
Binary 1110100 100110 1110100 0 1000011 0 110111 100101100 110011 11110

Color Harmonies of #742674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742674

Black with #742674

Text Example


Text Example

White with #742674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742674; }

 p { color: rgb(116,38,116); }

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

background-color css

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

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

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

border-color css

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

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

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