Html Css Color HEX #74306F Seance

📋 copy color: '#74306F'

red 116 ◦ green 48 ◦ blue 111

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

Shades of Seance #74306F

Tints of Seance #74306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

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

R = 42.18%
G = 17.45%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74306F (or 0x74306F) is known color: Seance. HEX triplet: 74, 30 and 6F. RGB value is (116,48,111). Sum of RGB (Red+Green+Blue) = 116+48+111=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74306F is #8BCF90. Grayscale: #4B4B4B. Windows color (decimal): -9162641 or 7286900. OLE color: 7286900.

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

Color convert

RGB 116 48 111 -
CMYK 0 0.59 0.04 0.55
HSL 304.41º 0.41% 0.32% -
HSV(B) 304.41º 0.59% 0.45% -
XYZ 11.13 6.97 15.8 -
YUV 75.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 116 48 111 0 0.59 0.04 0.55 304.41 0.41 0.32
Hex 74 30 6F 0 3B 4 37 130 29 20
Octal 164 60 157 0 73 4 67 460 51 40
Binary 1110100 110000 1101111 0 111011 100 110111 100110000 101001 100000

Color Harmonies of #74306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74306F

Black with #74306F

Text Example


Text Example

White with #74306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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