Html Css Color HEX #74356C Seance

📋 copy color: '#74356C'

red 116 ◦ green 53 ◦ blue 108

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

Shades of Seance #74356C

Tints of Seance #74356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 41.88%
G = 19.13%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74356C (or 0x74356C) is known color: Seance. HEX triplet: 74, 35 and 6C. RGB value is (116,53,108). Sum of RGB (Red+Green+Blue) = 116+53+108=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74356C is #8BCA93. Grayscale: #4D4D4D. Windows color (decimal): -9161364 or 7091572. OLE color: 7091572.

HSL color Cylindrical-coordinate representation of color #74356C: hue angle of 307.62º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74356C is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 108 -
CMYK 0 0.54 0.07 0.55
HSL 307.62º 0.37% 0.33% -
HSV(B) 307.62º 0.54% 0.45% -
XYZ 11.18 7.34 15.02 -
YUV 78.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 116 53 108 0 0.54 0.07 0.55 307.62 0.37 0.33
Hex 74 35 6C 0 36 7 37 134 25 21
Octal 164 65 154 0 66 7 67 464 45 41
Binary 1110100 110101 1101100 0 110110 111 110111 100110100 100101 100001

Color Harmonies of #74356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74356C

Black with #74356C

Text Example


Text Example

White with #74356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74356C; }

 p { color: rgb(116,53,108); }

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

background-color css

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

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

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

border-color css

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

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

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