Html Css Color HEX #781480 Purple

📋 copy color: '#781480'

red 120 ◦ green 20 ◦ blue 128

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

Shades of Purple #781480

Tints of Purple #781480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 44.78%
G = 7.46%
B = 47.76%

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

#781480 (or 0x781480) is known color: Purple. HEX triplet: 78, 14 and 80. RGB value is (120,20,128). Sum of RGB (Red+Green+Blue) = 120+20+128=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #781480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781480 is #87EB7F. Grayscale: #3D3D3D. Windows color (decimal): -8907648 or 8393848. OLE color: 8393848.

HSL color Cylindrical-coordinate representation of color #781480: hue angle of 295.56º degrees, saturation: 0.73, 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 #781480 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 20 128 -
CMYK 0.06 0.84 0 0.50
HSL 295.56º 0.73% 0.29% -
HSV(B) 295.56º 0.84% 0.5% -
XYZ 11.89 6.05 20.96 -
YUV 62.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 120 20 128 0.06 0.84 0 0.50 295.56 0.73 0.29
Hex 78 14 80 6 54 0 32 128 49 1D
Octal 170 24 200 6 124 0 62 450 111 35
Binary 1111000 10100 10000000 110 1010100 0 110010 100101000 1001001 11101

Color Harmonies of #781480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781480

Black with #781480

Text Example


Text Example

White with #781480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781480; }

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

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

background-color css

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

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

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

border-color css

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

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

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