Html Css Color HEX #742672 Seance

📋 copy color: '#742672'

red 116 ◦ green 38 ◦ blue 114

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

Shades of Seance #742672

Tints of Seance #742672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 43.28%
G = 14.18%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#742672 (or 0x742672) is known color: Seance. HEX triplet: 74, 26 and 72. RGB value is (116,38,114). Sum of RGB (Red+Green+Blue) = 116+38+114=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #742672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742672 is #8BD98D. Grayscale: #454545. Windows color (decimal): -9165198 or 7480948. OLE color: 7480948.

HSL color Cylindrical-coordinate representation of color #742672: hue angle of 301.54º 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 #742672 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 114 -
CMYK 0 0.67 0.02 0.55
HSL 301.54º 0.51% 0.3% -
HSV(B) 301.54º 0.67% 0.45% -
XYZ 10.93 6.31 16.56 -
YUV 69.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 116 38 114 0 0.67 0.02 0.55 301.54 0.51 0.3
Hex 74 26 72 0 43 2 37 12E 33 1E
Octal 164 46 162 0 103 2 67 456 63 36
Binary 1110100 100110 1110010 0 1000011 10 110111 100101110 110011 11110

Color Harmonies of #742672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742672

Black with #742672

Text Example


Text Example

White with #742672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742672; }

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

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

background-color css

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

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

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

border-color css

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

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

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