Html Css Color HEX #742872 Seance

📋 copy color: '#742872'

red 116 ◦ green 40 ◦ blue 114

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

Shades of Seance #742872

Tints of Seance #742872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

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

R = 42.96%
G = 14.81%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#742872 (or 0x742872) is known color: Seance. HEX triplet: 74, 28 and 72. RGB value is (116,40,114). Sum of RGB (Red+Green+Blue) = 116+40+114=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #742872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742872 is #8BD78D. Grayscale: #464646. Windows color (decimal): -9164686 or 7481460. OLE color: 7481460.

HSL color Cylindrical-coordinate representation of color #742872: hue angle of 301.58º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742872 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 114 -
CMYK 0 0.66 0.02 0.55
HSL 301.58º 0.49% 0.31% -
HSV(B) 301.58º 0.66% 0.45% -
XYZ 11 6.45 16.58 -
YUV 71.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 116 40 114 0 0.66 0.02 0.55 301.58 0.49 0.31
Hex 74 28 72 0 42 2 37 12E 31 1F
Octal 164 50 162 0 102 2 67 456 61 37
Binary 1110100 101000 1110010 0 1000010 10 110111 100101110 110001 11111

Color Harmonies of #742872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742872

Black with #742872

Text Example


Text Example

White with #742872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742872; }

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

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

background-color css

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

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

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

border-color css

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

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

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