Html Css Color HEX #781380 Purple

📋 copy color: '#781380'

red 120 ◦ green 19 ◦ blue 128

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

Shades of Purple #781380

Tints of Purple #781380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

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

R = 44.94%
G = 7.12%
B = 47.94%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#781380 (or 0x781380) is known color: Purple. HEX triplet: 78, 13 and 80. RGB value is (120,19,128). Sum of RGB (Red+Green+Blue) = 120+19+128=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #781380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781380 is #87EC7F. Grayscale: #3D3D3D. Windows color (decimal): -8907904 or 8393592. OLE color: 8393592.

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

Color convert

RGB 120 19 128 -
CMYK 0.06 0.85 0 0.50
HSL 295.6º 0.74% 0.29% -
HSV(B) 295.6º 0.85% 0.5% -
XYZ 11.87 6.02 20.96 -
YUV 61.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 120 19 128 0.06 0.85 0 0.50 295.6 0.74 0.29
Hex 78 13 80 6 55 0 32 128 4A 1D
Octal 170 23 200 6 125 0 62 450 112 35
Binary 1111000 10011 10000000 110 1010101 0 110010 100101000 1001010 11101

Color Harmonies of #781380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781380

Black with #781380

Text Example


Text Example

White with #781380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781380; }

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

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

background-color css

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

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

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

border-color css

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

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

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