Html Css Color HEX #782B74 Seance

📋 copy color: '#782B74'

red 120 ◦ green 43 ◦ blue 116

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

Shades of Seance #782B74

Tints of Seance #782B74

RGB

 RED value IS 120 (47.27% from 255) = 43.01%

 GREEN value IS 43 (17.19% from 255) = 15.41%

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

R = 43.01%
G = 15.41%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#782B74 (or 0x782B74) is known color: Seance. HEX triplet: 78, 2B and 74. RGB value is (120,43,116). Sum of RGB (Red+Green+Blue) = 120+43+116=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #782B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B74 is #87D48B. Grayscale: #4A4A4A. Windows color (decimal): -8901772 or 7613304. OLE color: 7613304.

HSL color Cylindrical-coordinate representation of color #782B74: hue angle of 303.12º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B74 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 43 116 -
CMYK 0 0.64 0.03 0.53
HSL 303.12º 0.47% 0.32% -
HSV(B) 303.12º 0.64% 0.47% -
XYZ 11.76 6.98 17.25 -
YUV 74.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 120 43 116 0 0.64 0.03 0.53 303.12 0.47 0.32
Hex 78 2B 74 0 40 3 35 12F 2F 20
Octal 170 53 164 0 100 3 65 457 57 40
Binary 1111000 101011 1110100 0 1000000 11 110101 100101111 101111 100000

Color Harmonies of #782B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782B74

Black with #782B74

Text Example


Text Example

White with #782B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782B74; }

 p { color: rgb(120,43,116); }

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

background-color css

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

 a { background-color: rgb(120,43,116); }

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

border-color css

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

 span { border-color: rgb(120,43,116); }

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