Html Css Color HEX #7B0FAB Dark Magenta

📋 copy color: '#7B0FAB'

red 123 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #7B0FAB

Tints of Dark Magenta #7B0FAB

RGB

 RED value IS 123 (48.44% from 255) = 39.81%

 GREEN value IS 15 (6.25% from 255) = 4.85%

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

R = 39.81%
G = 4.85%
B = 55.34%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B0FAB (or 0x7B0FAB) is known color: Dark Magenta. HEX triplet: 7B, 0F and AB. RGB value is (123,15,171). Sum of RGB (Red+Green+Blue) = 123+15+171=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B0FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0FAB is #84F054. Grayscale: #404040. Windows color (decimal): -8712277 or 11210619. OLE color: 11210619.

HSL color Cylindrical-coordinate representation of color #7B0FAB: hue angle of 281.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0FAB is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 15 171 -
CMYK 0.28 0.91 0 0.33
HSL 281.54º 0.84% 0.36% -
HSV(B) 281.54º 0.91% 0.67% -
XYZ 15.69 7.49 39.15 -
YUV 65.08 187.78 169.32 -
System Red Green Blue C M Y K H S L
Decimal 123 15 171 0.28 0.91 0 0.33 281.54 0.84 0.36
Hex 7B F AB 1C 5B 0 21 11A 54 24
Octal 173 17 253 34 133 0 41 432 124 44
Binary 1111011 1111 10101011 11100 1011011 0 100001 100011010 1010100 100100

Color Harmonies of #7B0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0FAB

Black with #7B0FAB

Text Example


Text Example

White with #7B0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B0FAB; }

 p { color: rgb(123,15,171); }

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

background-color css

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

 a { background-color: rgb(123,15,171); }

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

border-color css

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

 span { border-color: rgb(123,15,171); }

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