Html Css Color HEX #780990 Purple

📋 copy color: '#780990'

red 120 ◦ green 9 ◦ blue 144

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

Shades of Purple #780990

Tints of Purple #780990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 43.96%
G = 3.3%
B = 52.75%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#780990 (or 0x780990) is known color: Purple. HEX triplet: 78, 09 and 90. RGB value is (120,9,144). Sum of RGB (Red+Green+Blue) = 120+9+144=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #780990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780990 is #87F66F. Grayscale: #393939. Windows color (decimal): -8910448 or 9439608. OLE color: 9439608.

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

Color convert

RGB 120 9 144 -
CMYK 0.17 0.94 0 0.44
HSL 289.33º 0.88% 0.3% -
HSV(B) 289.33º 0.94% 0.56% -
XYZ 12.88 6.2 26.9 -
YUV 57.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 120 9 144 0.17 0.94 0 0.44 289.33 0.88 0.3
Hex 78 9 90 11 5E 0 2C 121 58 1E
Octal 170 11 220 21 136 0 54 441 130 36
Binary 1111000 1001 10010000 10001 1011110 0 101100 100100001 1011000 11110

Color Harmonies of #780990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780990

Black with #780990

Text Example


Text Example

White with #780990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780990; }

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

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

background-color css

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

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

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

border-color css

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

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

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