Html Css Color HEX #7B0050 Tyrian Purple

📋 copy color: '#7B0050'

red 123 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #7B0050

Tints of Tyrian Purple #7B0050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 60.59%
G = 0%
B = 39.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B0050 (or 0x7B0050) is known color: Tyrian Purple. HEX triplet: 7B, 00 and 50. RGB value is (123,0,80). Sum of RGB (Red+Green+Blue) = 123+0+80=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0050 is #84FFAF. Grayscale: #2D2D2D. Windows color (decimal): -8716208 or 5243003. OLE color: 5243003.

HSL color Cylindrical-coordinate representation of color #7B0050: hue angle of 320.98º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0050 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 0 80 -
CMYK 0 1 0.35 0.52
HSL 320.98º 1% 0.24% -
HSV(B) 320.98º 1% 0.48% -
XYZ 9.62 4.79 8.01 -
YUV 45.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 123 0 80 0 1 0.35 0.52 320.98 1 0.24
Hex 7B 0 50 0 64 23 34 141 64 18
Octal 173 0 120 0 144 43 64 501 144 30
Binary 1111011 0 1010000 0 1100100 100011 110100 101000001 1100100 11000

Color Harmonies of #7B0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0050

Black with #7B0050

Text Example


Text Example

White with #7B0050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,0,80); }

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

background-color css

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

 a { background-color: rgb(123,0,80); }

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

border-color css

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

 span { border-color: rgb(123,0,80); }

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