Html Css Color HEX #760BAB Dark Magenta

📋 copy color: '#760BAB'

red 118 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #760BAB

Tints of Dark Magenta #760BAB

RGB

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

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

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

R = 39.33%
G = 3.67%
B = 57%

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

#760BAB (or 0x760BAB) is known color: Dark Magenta. HEX triplet: 76, 0B and AB. RGB value is (118,11,171). Sum of RGB (Red+Green+Blue) = 118+11+171=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #760BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760BAB is #89F454. Grayscale: #3C3C3C. Windows color (decimal): -9040981 or 11209590. OLE color: 11209590.

HSL color Cylindrical-coordinate representation of color #760BAB: hue angle of 280.12º 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 #760BAB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 11 171 -
CMYK 0.31 0.94 0 0.33
HSL 280.13º 0.88% 0.36% -
HSV(B) 280.13º 0.94% 0.67% -
XYZ 14.94 7.03 39.1 -
YUV 61.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 118 11 171 0.31 0.94 0 0.33 280.13 0.88 0.36
Hex 76 B AB 1F 5E 0 21 118 58 24
Octal 166 13 253 37 136 0 41 430 130 44
Binary 1110110 1011 10101011 11111 1011110 0 100001 100011000 1011000 100100

Color Harmonies of #760BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BAB

Black with #760BAB

Text Example


Text Example

White with #760BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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