Html Css Color HEX #780090 Purple

📋 copy color: '#780090'

red 120 ◦ green 0 ◦ blue 144

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

Shades of Purple #780090

Tints of Purple #780090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.45%
G = 0%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#780090 (or 0x780090) is known color: Purple. HEX triplet: 78, 00 and 90. RGB value is (120,0,144). Sum of RGB (Red+Green+Blue) = 120+0+144=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #780090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780090 is #87FF6F. Grayscale: #333333. Windows color (decimal): -8912752 or 9437304. OLE color: 9437304.

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

Color convert

RGB 120 0 144 -
CMYK 0.17 1 0 0.44
HSL 290º 1% 0.28% -
HSV(B) 290º 1% 0.56% -
XYZ 12.78 6.01 26.87 -
YUV 52.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 120 0 144 0.17 1 0 0.44 290 1 0.28
Hex 78 0 90 11 64 0 2C 122 64 1C
Octal 170 0 220 21 144 0 54 442 144 34
Binary 1111000 0 10010000 10001 1100100 0 101100 100100010 1100100 11100

Color Harmonies of #780090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780090

Black with #780090

Text Example


Text Example

White with #780090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780090; }

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

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

background-color css

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

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

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

border-color css

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

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

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