Html Css Color HEX #7B0893 Dark Magenta

📋 copy color: '#7B0893'

red 123 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #7B0893

Tints of Dark Magenta #7B0893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 44.24%
G = 2.88%
B = 52.88%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B0893 (or 0x7B0893) is known color: Dark Magenta. HEX triplet: 7B, 08 and 93. RGB value is (123,8,147). Sum of RGB (Red+Green+Blue) = 123+8+147=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B0893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0893 is #84F76C. Grayscale: #393939. Windows color (decimal): -8714093 or 9635963. OLE color: 9635963.

HSL color Cylindrical-coordinate representation of color #7B0893: hue angle of 289.64º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0893 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 8 147 -
CMYK 0.16 0.95 0 0.42
HSL 289.64º 0.9% 0.3% -
HSV(B) 289.64º 0.95% 0.58% -
XYZ 13.52 6.49 28.14 -
YUV 58.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 123 8 147 0.16 0.95 0 0.42 289.64 0.9 0.3
Hex 7B 8 93 10 5F 0 2A 122 5A 1E
Octal 173 10 223 20 137 0 52 442 132 36
Binary 1111011 1000 10010011 10000 1011111 0 101010 100100010 1011010 11110

Color Harmonies of #7B0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0893

Black with #7B0893

Text Example


Text Example

White with #7B0893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,147); }

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

background-color css

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

 a { background-color: rgb(123,8,147); }

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

border-color css

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

 span { border-color: rgb(123,8,147); }

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