Html Css Color HEX #780390 Purple

📋 copy color: '#780390'

red 120 ◦ green 3 ◦ blue 144

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

Shades of Purple #780390

Tints of Purple #780390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 44.94%
G = 1.12%
B = 53.93%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#780390 (or 0x780390) is known color: Purple. HEX triplet: 78, 03 and 90. RGB value is (120,3,144). Sum of RGB (Red+Green+Blue) = 120+3+144=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #780390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780390 is #87FC6F. Grayscale: #353535. Windows color (decimal): -8911984 or 9438072. OLE color: 9438072.

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

Color convert

RGB 120 3 144 -
CMYK 0.17 0.98 0 0.44
HSL 289.79º 0.96% 0.29% -
HSV(B) 289.79º 0.98% 0.56% -
XYZ 12.81 6.07 26.88 -
YUV 54.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 120 3 144 0.17 0.98 0 0.44 289.79 0.96 0.29
Hex 78 3 90 11 62 0 2C 122 60 1D
Octal 170 3 220 21 142 0 54 442 140 35
Binary 1111000 11 10010000 10001 1100010 0 101100 100100010 1100000 11101

Color Harmonies of #780390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780390

Black with #780390

Text Example


Text Example

White with #780390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780390; }

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

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

background-color css

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

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

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

border-color css

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

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

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