Html Css Color HEX #781680 Purple

📋 copy color: '#781680'

red 120 ◦ green 22 ◦ blue 128

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

Shades of Purple #781680

Tints of Purple #781680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 44.44%
G = 8.15%
B = 47.41%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#781680 (or 0x781680) is known color: Purple. HEX triplet: 78, 16 and 80. RGB value is (120,22,128). Sum of RGB (Red+Green+Blue) = 120+22+128=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #781680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781680 is #87E97F. Grayscale: #3F3F3F. Windows color (decimal): -8907136 or 8394360. OLE color: 8394360.

HSL color Cylindrical-coordinate representation of color #781680: hue angle of 295.47º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781680 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 22 128 -
CMYK 0.06 0.83 0 0.50
HSL 295.47º 0.71% 0.29% -
HSV(B) 295.47º 0.83% 0.5% -
XYZ 11.93 6.13 20.98 -
YUV 63.39 164.47 168.38 -
System Red Green Blue C M Y K H S L
Decimal 120 22 128 0.06 0.83 0 0.50 295.47 0.71 0.29
Hex 78 16 80 6 53 0 32 127 47 1D
Octal 170 26 200 6 123 0 62 447 107 35
Binary 1111000 10110 10000000 110 1010011 0 110010 100100111 1000111 11101

Color Harmonies of #781680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781680

Black with #781680

Text Example


Text Example

White with #781680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781680; }

 p { color: rgb(120,22,128); }

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

background-color css

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

 a { background-color: rgb(120,22,128); }

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

border-color css

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

 span { border-color: rgb(120,22,128); }

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