Html Css Color HEX #760AAB Dark Magenta

📋 copy color: '#760AAB'

red 118 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #760AAB

Tints of Dark Magenta #760AAB

RGB

 RED value IS 118 (46.48% from 255) = 39.46%

 GREEN value IS 10 (4.3% from 255) = 3.34%

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

R = 39.46%
G = 3.34%
B = 57.19%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#760AAB (or 0x760AAB) is known color: Dark Magenta. HEX triplet: 76, 0A and AB. RGB value is (118,10,171). Sum of RGB (Red+Green+Blue) = 118+10+171=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #760AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AAB is #89F554. Grayscale: #3C3C3C. Windows color (decimal): -9041237 or 11209334. OLE color: 11209334.

HSL color Cylindrical-coordinate representation of color #760AAB: hue angle of 280.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AAB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 10 171 -
CMYK 0.31 0.94 0 0.33
HSL 280.25º 0.89% 0.35% -
HSV(B) 280.25º 0.94% 0.67% -
XYZ 14.93 7.01 39.09 -
YUV 60.65 190.28 168.91 -
System Red Green Blue C M Y K H S L
Decimal 118 10 171 0.31 0.94 0 0.33 280.25 0.89 0.35
Hex 76 A AB 1F 5E 0 21 118 59 23
Octal 166 12 253 37 136 0 41 430 131 43
Binary 1110110 1010 10101011 11111 1011110 0 100001 100011000 1011001 100011

Color Harmonies of #760AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760AAB

Black with #760AAB

Text Example


Text Example

White with #760AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760AAB; }

 p { color: rgb(118,10,171); }

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

background-color css

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

 a { background-color: rgb(118,10,171); }

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

border-color css

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

 span { border-color: rgb(118,10,171); }

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