Html Css Color HEX #780290 Purple

📋 copy color: '#780290'

red 120 ◦ green 2 ◦ blue 144

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

Shades of Purple #780290

Tints of Purple #780290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 45.11%
G = 0.75%
B = 54.14%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#780290 (or 0x780290) is known color: Purple. HEX triplet: 78, 02 and 90. RGB value is (120,2,144). Sum of RGB (Red+Green+Blue) = 120+2+144=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #780290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780290 is #87FD6F. Grayscale: #353535. Windows color (decimal): -8912240 or 9437816. OLE color: 9437816.

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

Color convert

RGB 120 2 144 -
CMYK 0.17 0.99 0 0.44
HSL 289.86º 0.97% 0.29% -
HSV(B) 289.86º 0.99% 0.56% -
XYZ 12.8 6.05 26.88 -
YUV 53.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 120 2 144 0.17 0.99 0 0.44 289.86 0.97 0.29
Hex 78 2 90 11 63 0 2C 122 61 1D
Octal 170 2 220 21 143 0 54 442 141 35
Binary 1111000 10 10010000 10001 1100011 0 101100 100100010 1100001 11101

Color Harmonies of #780290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780290

Black with #780290

Text Example


Text Example

White with #780290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780290; }

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

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

background-color css

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

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

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

border-color css

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

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

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