Html Css Color HEX #780591 Purple

📋 copy color: '#780591'

red 120 ◦ green 5 ◦ blue 145

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

Shades of Purple #780591

Tints of Purple #780591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 44.44%
G = 1.85%
B = 53.7%

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

#780591 (or 0x780591) is known color: Purple. HEX triplet: 78, 05 and 91. RGB value is (120,5,145). Sum of RGB (Red+Green+Blue) = 120+5+145=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #780591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780591 is #87FA6E. Grayscale: #363636. Windows color (decimal): -8911471 or 9504120. OLE color: 9504120.

HSL color Cylindrical-coordinate representation of color #780591: hue angle of 289.29º degrees, saturation: 0.93, 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 #780591 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 5 145 -
CMYK 0.17 0.97 0 0.43
HSL 289.29º 0.93% 0.29% -
HSV(B) 289.29º 0.97% 0.57% -
XYZ 12.91 6.15 27.29 -
YUV 55.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 120 5 145 0.17 0.97 0 0.43 289.29 0.93 0.29
Hex 78 5 91 11 61 0 2B 121 5D 1D
Octal 170 5 221 21 141 0 53 441 135 35
Binary 1111000 101 10010001 10001 1100001 0 101011 100100001 1011101 11101

Color Harmonies of #780591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780591

Black with #780591

Text Example


Text Example

White with #780591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780591; }

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

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

background-color css

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

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

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

border-color css

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

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

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