Html Css Color HEX #780191 Purple

📋 copy color: '#780191'

red 120 ◦ green 1 ◦ blue 145

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

Shades of Purple #780191

Tints of Purple #780191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 45.11%
G = 0.38%
B = 54.51%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780191 (or 0x780191) is known color: Purple. HEX triplet: 78, 01 and 91. RGB value is (120,1,145). Sum of RGB (Red+Green+Blue) = 120+1+145=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #780191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780191 is #87FE6E. Grayscale: #343434. Windows color (decimal): -8912495 or 9503096. OLE color: 9503096.

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

Color convert

RGB 120 1 145 -
CMYK 0.17 0.99 0 0.43
HSL 289.58º 0.99% 0.29% -
HSV(B) 289.58º 0.99% 0.57% -
XYZ 12.87 6.06 27.28 -
YUV 53 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 120 1 145 0.17 0.99 0 0.43 289.58 0.99 0.29
Hex 78 1 91 11 63 0 2B 122 63 1D
Octal 170 1 221 21 143 0 53 442 143 35
Binary 1111000 1 10010001 10001 1100011 0 101011 100100010 1100011 11101

Color Harmonies of #780191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780191

Black with #780191

Text Example


Text Example

White with #780191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780191; }

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

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

background-color css

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

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

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

border-color css

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

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

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