Html Css Color HEX #770CAB Dark Magenta

📋 copy color: '#770CAB'

red 119 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #770CAB

Tints of Dark Magenta #770CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 39.4%
G = 3.97%
B = 56.62%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770CAB (or 0x770CAB) is known color: Dark Magenta. HEX triplet: 77, 0C and AB. RGB value is (119,12,171). Sum of RGB (Red+Green+Blue) = 119+12+171=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #770CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770CAB is #88F354. Grayscale: #3D3D3D. Windows color (decimal): -8975189 or 11209847. OLE color: 11209847.

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

Color convert

RGB 119 12 171 -
CMYK 0.30 0.93 0 0.33
HSL 280.38º 0.87% 0.36% -
HSV(B) 280.38º 0.93% 0.67% -
XYZ 15.09 7.13 39.11 -
YUV 62.12 189.45 168.57 -
System Red Green Blue C M Y K H S L
Decimal 119 12 171 0.30 0.93 0 0.33 280.38 0.87 0.36
Hex 77 C AB 1E 5D 0 21 118 57 24
Octal 167 14 253 36 135 0 41 430 127 44
Binary 1110111 1100 10101011 11110 1011101 0 100001 100011000 1010111 100100

Color Harmonies of #770CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CAB

Black with #770CAB

Text Example


Text Example

White with #770CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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