Html Css Color HEX #781490 Purple

📋 copy color: '#781490'

red 120 ◦ green 20 ◦ blue 144

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

Shades of Purple #781490

Tints of Purple #781490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 42.25%
G = 7.04%
B = 50.7%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#781490 (or 0x781490) is known color: Purple. HEX triplet: 78, 14 and 90. RGB value is (120,20,144). Sum of RGB (Red+Green+Blue) = 120+20+144=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #781490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781490 is #87EB6F. Grayscale: #3F3F3F. Windows color (decimal): -8907632 or 9442424. OLE color: 9442424.

HSL color Cylindrical-coordinate representation of color #781490: hue angle of 288.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781490 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 20 144 -
CMYK 0.17 0.86 0 0.44
HSL 288.39º 0.76% 0.32% -
HSV(B) 288.39º 0.86% 0.56% -
XYZ 13.03 6.51 26.95 -
YUV 64.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 120 20 144 0.17 0.86 0 0.44 288.39 0.76 0.32
Hex 78 14 90 11 56 0 2C 120 4C 20
Octal 170 24 220 21 126 0 54 440 114 40
Binary 1111000 10100 10010000 10001 1010110 0 101100 100100000 1001100 100000

Color Harmonies of #781490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781490

Black with #781490

Text Example


Text Example

White with #781490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781490; }

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

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

background-color css

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

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

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

border-color css

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

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

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