Html Css Color HEX #7B13A0 Dark Magenta

📋 copy color: '#7B13A0'

red 123 ◦ green 19 ◦ blue 160

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

Shades of Dark Magenta #7B13A0

Tints of Dark Magenta #7B13A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 160 (62.89% from 255) = 52.98%

R = 40.73%
G = 6.29%
B = 52.98%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7B13A0 (or 0x7B13A0) is known color: Dark Magenta. HEX triplet: 7B, 13 and A0. RGB value is (123,19,160). Sum of RGB (Red+Green+Blue) = 123+19+160=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B13A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B13A0 is #84EC5F. Grayscale: #414141. Windows color (decimal): -8711264 or 10490747. OLE color: 10490747.

HSL color Cylindrical-coordinate representation of color #7B13A0: hue angle of 284.26º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B13A0 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 123 19 160 -
CMYK 0.23 0.88 0 0.37
HSL 284.26º 0.79% 0.35% -
HSV(B) 284.26º 0.88% 0.63% -
XYZ 14.75 7.21 33.87 -
YUV 66.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 123 19 160 0.23 0.88 0 0.37 284.26 0.79 0.35
Hex 7B 13 A0 17 58 0 25 11C 4F 23
Octal 173 23 240 27 130 0 45 434 117 43
Binary 1111011 10011 10100000 10111 1011000 0 100101 100011100 1001111 100011

Color Harmonies of #7B13A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B13A0

Black with #7B13A0

Text Example


Text Example

White with #7B13A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,160); }

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

background-color css

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

 a { background-color: rgb(123,19,160); }

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

border-color css

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

 span { border-color: rgb(123,19,160); }

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