Html Css Color HEX #780589 Purple

📋 copy color: '#780589'

red 120 ◦ green 5 ◦ blue 137

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

Shades of Purple #780589

Tints of Purple #780589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 137 (53.91% from 255) = 52.29%

R = 45.8%
G = 1.91%
B = 52.29%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#780589 (or 0x780589) is known color: Purple. HEX triplet: 78, 05 and 89. RGB value is (120,5,137). Sum of RGB (Red+Green+Blue) = 120+5+137=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #780589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780589 is #87FA76. Grayscale: #363636. Windows color (decimal): -8911479 or 8979832. OLE color: 8979832.

HSL color Cylindrical-coordinate representation of color #780589: hue angle of 292.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780589 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 5 137 -
CMYK 0.12 0.96 0 0.46
HSL 292.27º 0.93% 0.28% -
HSV(B) 292.27º 0.96% 0.54% -
XYZ 12.32 5.91 24.16 -
YUV 54.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 120 5 137 0.12 0.96 0 0.46 292.27 0.93 0.28
Hex 78 5 89 C 60 0 2E 124 5D 1C
Octal 170 5 211 14 140 0 56 444 135 34
Binary 1111000 101 10001001 1100 1100000 0 101110 100100100 1011101 11100

Color Harmonies of #780589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780589

Black with #780589

Text Example


Text Example

White with #780589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780589; }

 p { color: rgb(120,5,137); }

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

background-color css

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

 a { background-color: rgb(120,5,137); }

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

border-color css

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

 span { border-color: rgb(120,5,137); }

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