Html Css Color HEX #770195 Dark Magenta

📋 copy color: '#770195'

red 119 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #770195

Tints of Dark Magenta #770195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 44.24%
G = 0.37%
B = 55.39%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770195 (or 0x770195) is known color: Dark Magenta. HEX triplet: 77, 01 and 95. RGB value is (119,1,149). Sum of RGB (Red+Green+Blue) = 119+1+149=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #770195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770195 is #88FE6A. Grayscale: #343434. Windows color (decimal): -8978027 or 9765239. OLE color: 9765239.

HSL color Cylindrical-coordinate representation of color #770195: hue angle of 287.84º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770195 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 1 149 -
CMYK 0.20 0.99 0 0.42
HSL 287.84º 0.99% 0.29% -
HSV(B) 287.84º 0.99% 0.58% -
XYZ 13.04 6.11 28.93 -
YUV 53.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 119 1 149 0.20 0.99 0 0.42 287.84 0.99 0.29
Hex 77 1 95 14 63 0 2A 120 63 1D
Octal 167 1 225 24 143 0 52 440 143 35
Binary 1110111 1 10010101 10100 1100011 0 101010 100100000 1100011 11101

Color Harmonies of #770195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770195

Black with #770195

Text Example


Text Example

White with #770195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770195; }

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

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

background-color css

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

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

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

border-color css

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

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

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