Html Css Color HEX #770589 Purple

📋 copy color: '#770589'

red 119 ◦ green 5 ◦ blue 137

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

Shades of Purple #770589

Tints of Purple #770589

RGB

 RED value IS 119 (46.88% from 255) = 45.59%

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

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

R = 45.59%
G = 1.92%
B = 52.49%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#770589 (or 0x770589) is known color: Purple. HEX triplet: 77, 05 and 89. RGB value is (119,5,137). Sum of RGB (Red+Green+Blue) = 119+5+137=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #770589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770589 is #88FA76. Grayscale: #353535. Windows color (decimal): -8977015 or 8979831. OLE color: 8979831.

HSL color Cylindrical-coordinate representation of color #770589: hue angle of 291.82º 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 #770589 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 5 137 -
CMYK 0.13 0.96 0 0.46
HSL 291.82º 0.93% 0.28% -
HSV(B) 291.82º 0.96% 0.54% -
XYZ 12.18 5.84 24.15 -
YUV 54.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 119 5 137 0.13 0.96 0 0.46 291.82 0.93 0.28
Hex 77 5 89 D 60 0 2E 124 5D 1C
Octal 167 5 211 15 140 0 56 444 135 34
Binary 1110111 101 10001001 1101 1100000 0 101110 100100100 1011101 11100

Color Harmonies of #770589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770589

Black with #770589

Text Example


Text Example

White with #770589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770589; }

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

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

background-color css

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

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

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

border-color css

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

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

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