Html Css Color HEX #780491 Purple

📋 copy color: '#780491'

red 120 ◦ green 4 ◦ blue 145

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

Shades of Purple #780491

Tints of Purple #780491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 44.61%
G = 1.49%
B = 53.9%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780491 (or 0x780491) is known color: Purple. HEX triplet: 78, 04 and 91. RGB value is (120,4,145). Sum of RGB (Red+Green+Blue) = 120+4+145=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #780491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780491 is #87FB6E. Grayscale: #363636. Windows color (decimal): -8911727 or 9503864. OLE color: 9503864.

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

Color convert

RGB 120 4 145 -
CMYK 0.17 0.97 0 0.43
HSL 289.36º 0.95% 0.29% -
HSV(B) 289.36º 0.97% 0.57% -
XYZ 12.9 6.12 27.29 -
YUV 54.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 120 4 145 0.17 0.97 0 0.43 289.36 0.95 0.29
Hex 78 4 91 11 61 0 2B 121 5F 1D
Octal 170 4 221 21 141 0 53 441 137 35
Binary 1111000 100 10010001 10001 1100001 0 101011 100100001 1011111 11101

Color Harmonies of #780491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780491

Black with #780491

Text Example


Text Example

White with #780491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780491; }

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

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

background-color css

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

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

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

border-color css

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

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

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