Html Css Color HEX #780986 Purple

📋 copy color: '#780986'

red 120 ◦ green 9 ◦ blue 134

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

Shades of Purple #780986

Tints of Purple #780986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

 BLUE value IS 134 (52.73% from 255) = 50.95%

R = 45.63%
G = 3.42%
B = 50.95%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#780986 (or 0x780986) is known color: Purple. HEX triplet: 78, 09 and 86. RGB value is (120,9,134). Sum of RGB (Red+Green+Blue) = 120+9+134=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #780986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780986 is #87F679. Grayscale: #383838. Windows color (decimal): -8910458 or 8784248. OLE color: 8784248.

HSL color Cylindrical-coordinate representation of color #780986: hue angle of 293.28º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780986 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 9 134 -
CMYK 0.10 0.93 0 0.47
HSL 293.28º 0.87% 0.28% -
HSV(B) 293.28º 0.93% 0.53% -
XYZ 12.15 5.91 23.05 -
YUV 56.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 120 9 134 0.10 0.93 0 0.47 293.28 0.87 0.28
Hex 78 9 86 A 5D 0 2F 125 57 1C
Octal 170 11 206 12 135 0 57 445 127 34
Binary 1111000 1001 10000110 1010 1011101 0 101111 100100101 1010111 11100

Color Harmonies of #780986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780986

Black with #780986

Text Example


Text Example

White with #780986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780986; }

 p { color: rgb(120,9,134); }

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

background-color css

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

 a { background-color: rgb(120,9,134); }

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

border-color css

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

 span { border-color: rgb(120,9,134); }

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