Html Css Color HEX #780B80 Purple

📋 copy color: '#780B80'

red 120 ◦ green 11 ◦ blue 128

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

Shades of Purple #780B80

Tints of Purple #780B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

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

R = 46.33%
G = 4.25%
B = 49.42%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#780B80 (or 0x780B80) is known color: Purple. HEX triplet: 78, 0B and 80. RGB value is (120,11,128). Sum of RGB (Red+Green+Blue) = 120+11+128=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #780B80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780B80 is #87F47F. Grayscale: #383838. Windows color (decimal): -8909952 or 8391544. OLE color: 8391544.

HSL color Cylindrical-coordinate representation of color #780B80: hue angle of 295.9º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B80 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 11 128 -
CMYK 0.06 0.91 0 0.50
HSL 295.9º 0.84% 0.27% -
HSV(B) 295.9º 0.91% 0.5% -
XYZ 11.76 5.79 20.92 -
YUV 56.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 120 11 128 0.06 0.91 0 0.50 295.9 0.84 0.27
Hex 78 B 80 6 5B 0 32 128 54 1B
Octal 170 13 200 6 133 0 62 450 124 33
Binary 1111000 1011 10000000 110 1011011 0 110010 100101000 1010100 11011

Color Harmonies of #780B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B80

Black with #780B80

Text Example


Text Example

White with #780B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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