Html Css Color HEX #781086 Purple

📋 copy color: '#781086'

red 120 ◦ green 16 ◦ blue 134

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

Shades of Purple #781086

Tints of Purple #781086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 44.44%
G = 5.93%
B = 49.63%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#781086 (or 0x781086) is known color: Purple. HEX triplet: 78, 10 and 86. RGB value is (120,16,134). Sum of RGB (Red+Green+Blue) = 120+16+134=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #781086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781086 is #87EF79. Grayscale: #3C3C3C. Windows color (decimal): -8908666 or 8786040. OLE color: 8786040.

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

Color convert

RGB 120 16 134 -
CMYK 0.10 0.88 0 0.47
HSL 292.88º 0.79% 0.29% -
HSV(B) 292.88º 0.88% 0.53% -
XYZ 12.23 6.08 23.08 -
YUV 60.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 120 16 134 0.10 0.88 0 0.47 292.88 0.79 0.29
Hex 78 10 86 A 58 0 2F 125 4F 1D
Octal 170 20 206 12 130 0 57 445 117 35
Binary 1111000 10000 10000110 1010 1011000 0 101111 100100101 1001111 11101

Color Harmonies of #781086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781086

Black with #781086

Text Example


Text Example

White with #781086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781086; }

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

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

background-color css

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

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

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

border-color css

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

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

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