Html Css Color HEX #770098 Dark Magenta

📋 copy color: '#770098'

red 119 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #770098

Tints of Dark Magenta #770098

RGB

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

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

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

R = 43.91%
G = 0%
B = 56.09%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#770098 (or 0x770098) is known color: Dark Magenta. HEX triplet: 77, 00 and 98. RGB value is (119,0,152). Sum of RGB (Red+Green+Blue) = 119+0+152=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #770098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770098 is #88FF67. Grayscale: #343434. Windows color (decimal): -8978280 or 9961591. OLE color: 9961591.

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

Color convert

RGB 119 0 152 -
CMYK 0.22 1 0 0.40
HSL 286.97º 1% 0.3% -
HSV(B) 286.97º 1% 0.6% -
XYZ 13.28 6.19 30.2 -
YUV 52.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 119 0 152 0.22 1 0 0.40 286.97 1 0.3
Hex 77 0 98 16 64 0 28 11F 64 1E
Octal 167 0 230 26 144 0 50 437 144 36
Binary 1110111 0 10011000 10110 1100100 0 101000 100011111 1100100 11110

Color Harmonies of #770098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770098

Black with #770098

Text Example


Text Example

White with #770098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770098; }

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

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

background-color css

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

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

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

border-color css

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

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

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