Html Css Color HEX #770BAB Dark Magenta

📋 copy color: '#770BAB'

red 119 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #770BAB

Tints of Dark Magenta #770BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 39.53%
G = 3.65%
B = 56.81%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770BAB (or 0x770BAB) is known color: Dark Magenta. HEX triplet: 77, 0B and AB. RGB value is (119,11,171). Sum of RGB (Red+Green+Blue) = 119+11+171=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #770BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BAB is #88F454. Grayscale: #3D3D3D. Windows color (decimal): -8975445 or 11209591. OLE color: 11209591.

HSL color Cylindrical-coordinate representation of color #770BAB: hue angle of 280.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BAB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 11 171 -
CMYK 0.30 0.94 0 0.33
HSL 280.5º 0.88% 0.36% -
HSV(B) 280.5º 0.94% 0.67% -
XYZ 15.08 7.1 39.1 -
YUV 61.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 119 11 171 0.30 0.94 0 0.33 280.5 0.88 0.36
Hex 77 B AB 1E 5E 0 21 118 58 24
Octal 167 13 253 36 136 0 41 430 130 44
Binary 1110111 1011 10101011 11110 1011110 0 100001 100011000 1011000 100100

Color Harmonies of #770BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BAB

Black with #770BAB

Text Example


Text Example

White with #770BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,11,171); }

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

background-color css

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

 a { background-color: rgb(119,11,171); }

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

border-color css

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

 span { border-color: rgb(119,11,171); }

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