Html Css Color HEX #7B0DA5 Dark Magenta

📋 copy color: '#7B0DA5'

red 123 ◦ green 13 ◦ blue 165

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

Shades of Dark Magenta #7B0DA5

Tints of Dark Magenta #7B0DA5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 165 (64.84% from 255) = 54.82%

R = 40.86%
G = 4.32%
B = 54.82%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7B0DA5 (or 0x7B0DA5) is known color: Dark Magenta. HEX triplet: 7B, 0D and A5. RGB value is (123,13,165). Sum of RGB (Red+Green+Blue) = 123+13+165=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B0DA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0DA5 is #84F25A. Grayscale: #3E3E3E. Windows color (decimal): -8712795 or 10816891. OLE color: 10816891.

HSL color Cylindrical-coordinate representation of color #7B0DA5: hue angle of 283.42º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0DA5 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 13 165 -
CMYK 0.25 0.92 0 0.35
HSL 283.42º 0.85% 0.35% -
HSV(B) 283.42º 0.92% 0.65% -
XYZ 15.1 7.22 36.19 -
YUV 63.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 123 13 165 0.25 0.92 0 0.35 283.42 0.85 0.35
Hex 7B D A5 19 5C 0 23 11B 55 23
Octal 173 15 245 31 134 0 43 433 125 43
Binary 1111011 1101 10100101 11001 1011100 0 100011 100011011 1010101 100011

Color Harmonies of #7B0DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0DA5

Black with #7B0DA5

Text Example


Text Example

White with #7B0DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,13,165); }

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

background-color css

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

 a { background-color: rgb(123,13,165); }

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

border-color css

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

 span { border-color: rgb(123,13,165); }

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