Html Css Color HEX #7B0150 Tyrian Purple

📋 copy color: '#7B0150'

red 123 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #7B0150

Tints of Tyrian Purple #7B0150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 60.29%
G = 0.49%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#7B0150 (or 0x7B0150) is known color: Tyrian Purple. HEX triplet: 7B, 01 and 50. RGB value is (123,1,80). Sum of RGB (Red+Green+Blue) = 123+1+80=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0150 is #84FEAF. Grayscale: #2E2E2E. Windows color (decimal): -8715952 or 5243259. OLE color: 5243259.

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

Color convert

RGB 123 1 80 -
CMYK 0 0.99 0.35 0.52
HSL 321.15º 0.98% 0.24% -
HSV(B) 321.15º 0.99% 0.48% -
XYZ 9.63 4.81 8.01 -
YUV 46.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 123 1 80 0 0.99 0.35 0.52 321.15 0.98 0.24
Hex 7B 1 50 0 63 23 34 141 62 18
Octal 173 1 120 0 143 43 64 501 142 30
Binary 1111011 1 1010000 0 1100011 100011 110100 101000001 1100010 11000

Color Harmonies of #7B0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0150

Black with #7B0150

Text Example


Text Example

White with #7B0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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