Html Css Color HEX #780091 Purple

📋 copy color: '#780091'

red 120 ◦ green 0 ◦ blue 145

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

Shades of Purple #780091

Tints of Purple #780091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.28%
G = 0%
B = 54.72%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780091 (or 0x780091) is known color: Purple. HEX triplet: 78, 00 and 91. RGB value is (120,0,145). Sum of RGB (Red+Green+Blue) = 120+0+145=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #780091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780091 is #87FF6E. Grayscale: #333333. Windows color (decimal): -8912751 or 9502840. OLE color: 9502840.

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

Color convert

RGB 120 0 145 -
CMYK 0.17 1 0 0.43
HSL 289.66º 1% 0.28% -
HSV(B) 289.66º 1% 0.57% -
XYZ 12.86 6.04 27.28 -
YUV 52.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 120 0 145 0.17 1 0 0.43 289.66 1 0.28
Hex 78 0 91 11 64 0 2B 122 64 1C
Octal 170 0 221 21 144 0 53 442 144 34
Binary 1111000 0 10010001 10001 1100100 0 101011 100100010 1100100 11100

Color Harmonies of #780091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780091

Black with #780091

Text Example


Text Example

White with #780091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780091; }

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

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

background-color css

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

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

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

border-color css

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

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

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