Html Css Color HEX #7B0151 Tyrian Purple

📋 copy color: '#7B0151'

red 123 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #7B0151

Tints of Tyrian Purple #7B0151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 60%
G = 0.49%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7B0151 (or 0x7B0151) is known color: Tyrian Purple. HEX triplet: 7B, 01 and 51. RGB value is (123,1,81). Sum of RGB (Red+Green+Blue) = 123+1+81=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0151 is #84FEAE. Grayscale: #2E2E2E. Windows color (decimal): -8715951 or 5308795. OLE color: 5308795.

HSL color Cylindrical-coordinate representation of color #7B0151: hue angle of 320.66º 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 #7B0151 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 1 81 -
CMYK 0 0.99 0.34 0.52
HSL 320.66º 0.98% 0.24% -
HSV(B) 320.66º 0.99% 0.48% -
XYZ 9.66 4.83 8.21 -
YUV 46.6 147.42 182.5 -
System Red Green Blue C M Y K H S L
Decimal 123 1 81 0 0.99 0.34 0.52 320.66 0.98 0.24
Hex 7B 1 51 0 63 22 34 141 62 18
Octal 173 1 121 0 143 42 64 501 142 30
Binary 1111011 1 1010001 0 1100011 100010 110100 101000001 1100010 11000

Color Harmonies of #7B0151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0151

Black with #7B0151

Text Example


Text Example

White with #7B0151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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