Html Css Color HEX #780F91 Purple

📋 copy color: '#780F91'

red 120 ◦ green 15 ◦ blue 145

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

Shades of Purple #780F91

Tints of Purple #780F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

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

R = 42.86%
G = 5.36%
B = 51.79%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#780F91 (or 0x780F91) is known color: Purple. HEX triplet: 78, 0F and 91. RGB value is (120,15,145). Sum of RGB (Red+Green+Blue) = 120+15+145=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #780F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780F91 is #87F06E. Grayscale: #3C3C3C. Windows color (decimal): -8908911 or 9506680. OLE color: 9506680.

HSL color Cylindrical-coordinate representation of color #780F91: hue angle of 288.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780F91 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 15 145 -
CMYK 0.17 0.90 0 0.43
HSL 288.46º 0.81% 0.31% -
HSV(B) 288.46º 0.9% 0.57% -
XYZ 13.03 6.38 27.33 -
YUV 61.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 120 15 145 0.17 0.90 0 0.43 288.46 0.81 0.31
Hex 78 F 91 11 5A 0 2B 120 51 1F
Octal 170 17 221 21 132 0 53 440 121 37
Binary 1111000 1111 10010001 10001 1011010 0 101011 100100000 1010001 11111

Color Harmonies of #780F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F91

Black with #780F91

Text Example


Text Example

White with #780F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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