Html Css Color HEX #74296F Seance

📋 copy color: '#74296F'

red 116 ◦ green 41 ◦ blue 111

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

Shades of Seance #74296F

Tints of Seance #74296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 43.28%
G = 15.3%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74296F (or 0x74296F) is known color: Seance. HEX triplet: 74, 29 and 6F. RGB value is (116,41,111). Sum of RGB (Red+Green+Blue) = 116+41+111=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #74296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74296F is #8BD690. Grayscale: #474747. Windows color (decimal): -9164433 or 7285108. OLE color: 7285108.

HSL color Cylindrical-coordinate representation of color #74296F: hue angle of 304º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74296F is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 111 -
CMYK 0 0.65 0.04 0.55
HSL 304º 0.48% 0.31% -
HSV(B) 304º 0.65% 0.45% -
XYZ 10.86 6.45 15.71 -
YUV 71.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 116 41 111 0 0.65 0.04 0.55 304 0.48 0.31
Hex 74 29 6F 0 41 4 37 130 30 1F
Octal 164 51 157 0 101 4 67 460 60 37
Binary 1110100 101001 1101111 0 1000001 100 110111 100110000 110000 11111

Color Harmonies of #74296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74296F

Black with #74296F

Text Example


Text Example

White with #74296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74296F; }

 p { color: rgb(116,41,111); }

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

background-color css

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

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

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

border-color css

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

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

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