Html Css Color HEX #781580 Purple

📋 copy color: '#781580'

red 120 ◦ green 21 ◦ blue 128

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

Shades of Purple #781580

Tints of Purple #781580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 44.61%
G = 7.81%
B = 47.58%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#781580 (or 0x781580) is known color: Purple. HEX triplet: 78, 15 and 80. RGB value is (120,21,128). Sum of RGB (Red+Green+Blue) = 120+21+128=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #781580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781580 is #87EA7F. Grayscale: #3E3E3E. Windows color (decimal): -8907392 or 8394104. OLE color: 8394104.

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

Color convert

RGB 120 21 128 -
CMYK 0.06 0.84 0 0.50
HSL 295.51º 0.72% 0.29% -
HSV(B) 295.51º 0.84% 0.5% -
XYZ 11.91 6.09 20.97 -
YUV 62.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 120 21 128 0.06 0.84 0 0.50 295.51 0.72 0.29
Hex 78 15 80 6 54 0 32 128 48 1D
Octal 170 25 200 6 124 0 62 450 110 35
Binary 1111000 10101 10000000 110 1010100 0 110010 100101000 1001000 11101

Color Harmonies of #781580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781580

Black with #781580

Text Example


Text Example

White with #781580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781580; }

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

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

background-color css

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

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

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

border-color css

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

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

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