Html Css Color HEX #781191 Purple

📋 copy color: '#781191'

red 120 ◦ green 17 ◦ blue 145

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

Shades of Purple #781191

Tints of Purple #781191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 145 (57.03% from 255) = 51.42%

R = 42.55%
G = 6.03%
B = 51.42%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#781191 (or 0x781191) is known color: Purple. HEX triplet: 78, 11 and 91. RGB value is (120,17,145). Sum of RGB (Red+Green+Blue) = 120+17+145=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #781191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781191 is #87EE6E. Grayscale: #3D3D3D. Windows color (decimal): -8908399 or 9507192. OLE color: 9507192.

HSL color Cylindrical-coordinate representation of color #781191: hue angle of 288.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781191 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 17 145 -
CMYK 0.17 0.88 0 0.43
HSL 288.28º 0.79% 0.32% -
HSV(B) 288.28º 0.88% 0.57% -
XYZ 13.06 6.44 27.34 -
YUV 62.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 120 17 145 0.17 0.88 0 0.43 288.28 0.79 0.32
Hex 78 11 91 11 58 0 2B 120 4F 20
Octal 170 21 221 21 130 0 53 440 117 40
Binary 1111000 10001 10010001 10001 1011000 0 101011 100100000 1001111 100000

Color Harmonies of #781191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781191

Black with #781191

Text Example


Text Example

White with #781191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781191; }

 p { color: rgb(120,17,145); }

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

background-color css

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

 a { background-color: rgb(120,17,145); }

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

border-color css

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

 span { border-color: rgb(120,17,145); }

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