Html Css Color HEX #74346F Seance

📋 copy color: '#74346F'

red 116 ◦ green 52 ◦ blue 111

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

Shades of Seance #74346F

Tints of Seance #74346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 41.58%
G = 18.64%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74346F (or 0x74346F) is known color: Seance. HEX triplet: 74, 34 and 6F. RGB value is (116,52,111). Sum of RGB (Red+Green+Blue) = 116+52+111=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74346F is #8BCB90. Grayscale: #4D4D4D. Windows color (decimal): -9161617 or 7287924. OLE color: 7287924.

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

Color convert

RGB 116 52 111 -
CMYK 0 0.55 0.04 0.55
HSL 304.69º 0.38% 0.33% -
HSV(B) 304.69º 0.55% 0.45% -
XYZ 11.3 7.32 15.86 -
YUV 77.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 116 52 111 0 0.55 0.04 0.55 304.69 0.38 0.33
Hex 74 34 6F 0 37 4 37 131 26 21
Octal 164 64 157 0 67 4 67 461 46 41
Binary 1110100 110100 1101111 0 110111 100 110111 100110001 100110 100001

Color Harmonies of #74346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74346F

Black with #74346F

Text Example


Text Example

White with #74346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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