Html Css Color HEX #770F95 Dark Magenta

📋 copy color: '#770F95'

red 119 ◦ green 15 ◦ blue 149

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

Shades of Dark Magenta #770F95

Tints of Dark Magenta #770F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 42.05%
G = 5.3%
B = 52.65%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770F95 (or 0x770F95) is known color: Dark Magenta. HEX triplet: 77, 0F and 95. RGB value is (119,15,149). Sum of RGB (Red+Green+Blue) = 119+15+149=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #770F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770F95 is #88F06A. Grayscale: #3C3C3C. Windows color (decimal): -8974443 or 9768823. OLE color: 9768823.

HSL color Cylindrical-coordinate representation of color #770F95: hue angle of 286.57º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770F95 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 15 149 -
CMYK 0.20 0.90 0 0.42
HSL 286.57º 0.82% 0.32% -
HSV(B) 286.57º 0.9% 0.58% -
XYZ 13.2 6.43 28.98 -
YUV 61.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 119 15 149 0.20 0.90 0 0.42 286.57 0.82 0.32
Hex 77 F 95 14 5A 0 2A 11F 52 20
Octal 167 17 225 24 132 0 52 437 122 40
Binary 1110111 1111 10010101 10100 1011010 0 101010 100011111 1010010 100000

Color Harmonies of #770F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F95

Black with #770F95

Text Example


Text Example

White with #770F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770F95; }

 p { color: rgb(119,15,149); }

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

background-color css

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

 a { background-color: rgb(119,15,149); }

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

border-color css

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

 span { border-color: rgb(119,15,149); }

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