Html Css Color HEX #781290 Purple

📋 copy color: '#781290'

red 120 ◦ green 18 ◦ blue 144

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

Shades of Purple #781290

Tints of Purple #781290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 42.55%
G = 6.38%
B = 51.06%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#781290 (or 0x781290) is known color: Purple. HEX triplet: 78, 12 and 90. RGB value is (120,18,144). Sum of RGB (Red+Green+Blue) = 120+18+144=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #781290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781290 is #87ED6F. Grayscale: #3E3E3E. Windows color (decimal): -8908144 or 9441912. OLE color: 9441912.

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

Color convert

RGB 120 18 144 -
CMYK 0.17 0.88 0 0.44
HSL 288.57º 0.78% 0.32% -
HSV(B) 288.57º 0.88% 0.56% -
XYZ 13 6.44 26.94 -
YUV 62.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 120 18 144 0.17 0.88 0 0.44 288.57 0.78 0.32
Hex 78 12 90 11 58 0 2C 121 4E 20
Octal 170 22 220 21 130 0 54 441 116 40
Binary 1111000 10010 10010000 10001 1011000 0 101100 100100001 1001110 100000

Color Harmonies of #781290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781290

Black with #781290

Text Example


Text Example

White with #781290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781290; }

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

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

background-color css

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

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

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

border-color css

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

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

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