Html Css Color HEX #7B04AB Dark Magenta

📋 copy color: '#7B04AB'

red 123 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #7B04AB

Tints of Dark Magenta #7B04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 41.28%
G = 1.34%
B = 57.38%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B04AB (or 0x7B04AB) is known color: Dark Magenta. HEX triplet: 7B, 04 and AB. RGB value is (123,4,171). Sum of RGB (Red+Green+Blue) = 123+4+171=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B04AB is #84FB54. Grayscale: #3A3A3A. Windows color (decimal): -8715093 or 11207803. OLE color: 11207803.

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

Color convert

RGB 123 4 171 -
CMYK 0.28 0.98 0 0.33
HSL 282.75º 0.95% 0.34% -
HSV(B) 282.75º 0.98% 0.67% -
XYZ 15.56 7.24 39.1 -
YUV 58.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 123 4 171 0.28 0.98 0 0.33 282.75 0.95 0.34
Hex 7B 4 AB 1C 62 0 21 11B 5F 22
Octal 173 4 253 34 142 0 41 433 137 42
Binary 1111011 100 10101011 11100 1100010 0 100001 100011011 1011111 100010

Color Harmonies of #7B04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B04AB

Black with #7B04AB

Text Example


Text Example

White with #7B04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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