Html Css Color HEX #781880 Purple

📋 copy color: '#781880'

red 120 ◦ green 24 ◦ blue 128

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

Shades of Purple #781880

Tints of Purple #781880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

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

R = 44.12%
G = 8.82%
B = 47.06%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#781880 (or 0x781880) is known color: Purple. HEX triplet: 78, 18 and 80. RGB value is (120,24,128). Sum of RGB (Red+Green+Blue) = 120+24+128=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #781880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781880 is #87E77F. Grayscale: #404040. Windows color (decimal): -8906624 or 8394872. OLE color: 8394872.

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

Color convert

RGB 120 24 128 -
CMYK 0.06 0.81 0 0.50
HSL 295.38º 0.68% 0.3% -
HSV(B) 295.38º 0.81% 0.5% -
XYZ 11.97 6.2 20.99 -
YUV 64.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 120 24 128 0.06 0.81 0 0.50 295.38 0.68 0.3
Hex 78 18 80 6 51 0 32 127 44 1E
Octal 170 30 200 6 121 0 62 447 104 36
Binary 1111000 11000 10000000 110 1010001 0 110010 100100111 1000100 11110

Color Harmonies of #781880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781880

Black with #781880

Text Example


Text Example

White with #781880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781880; }

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

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

background-color css

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

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

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

border-color css

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

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

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