Html Css Color HEX #770498 Dark Magenta

📋 copy color: '#770498'

red 119 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #770498

Tints of Dark Magenta #770498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 152 (59.77% from 255) = 55.27%

R = 43.27%
G = 1.45%
B = 55.27%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#770498 (or 0x770498) is known color: Dark Magenta. HEX triplet: 77, 04 and 98. RGB value is (119,4,152). Sum of RGB (Red+Green+Blue) = 119+4+152=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #770498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770498 is #88FB67. Grayscale: #363636. Windows color (decimal): -8977256 or 9962615. OLE color: 9962615.

HSL color Cylindrical-coordinate representation of color #770498: hue angle of 286.62º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770498 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 4 152 -
CMYK 0.22 0.97 0 0.40
HSL 286.62º 0.95% 0.31% -
HSV(B) 286.62º 0.97% 0.6% -
XYZ 13.32 6.28 30.22 -
YUV 55.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 119 4 152 0.22 0.97 0 0.40 286.62 0.95 0.31
Hex 77 4 98 16 61 0 28 11F 5F 1F
Octal 167 4 230 26 141 0 50 437 137 37
Binary 1110111 100 10011000 10110 1100001 0 101000 100011111 1011111 11111

Color Harmonies of #770498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770498

Black with #770498

Text Example


Text Example

White with #770498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770498; }

 p { color: rgb(119,4,152); }

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

background-color css

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

 a { background-color: rgb(119,4,152); }

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

border-color css

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

 span { border-color: rgb(119,4,152); }

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