Html Css Color HEX #780691 Purple

📋 copy color: '#780691'

red 120 ◦ green 6 ◦ blue 145

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

Shades of Purple #780691

Tints of Purple #780691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 44.28%
G = 2.21%
B = 53.51%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780691 (or 0x780691) is known color: Purple. HEX triplet: 78, 06 and 91. RGB value is (120,6,145). Sum of RGB (Red+Green+Blue) = 120+6+145=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #780691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780691 is #87F96E. Grayscale: #373737. Windows color (decimal): -8911215 or 9504376. OLE color: 9504376.

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

Color convert

RGB 120 6 145 -
CMYK 0.17 0.96 0 0.43
HSL 289.21º 0.92% 0.3% -
HSV(B) 289.21º 0.96% 0.57% -
XYZ 12.92 6.17 27.3 -
YUV 55.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 120 6 145 0.17 0.96 0 0.43 289.21 0.92 0.3
Hex 78 6 91 11 60 0 2B 121 5C 1E
Octal 170 6 221 21 140 0 53 441 134 36
Binary 1111000 110 10010001 10001 1100000 0 101011 100100001 1011100 11110

Color Harmonies of #780691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780691

Black with #780691

Text Example


Text Example

White with #780691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780691; }

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

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

background-color css

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

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

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

border-color css

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

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

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