Html Css Color HEX #7B0251 Tyrian Purple

📋 copy color: '#7B0251'

red 123 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #7B0251

Tints of Tyrian Purple #7B0251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 59.71%
G = 0.97%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7B0251 (or 0x7B0251) is known color: Tyrian Purple. HEX triplet: 7B, 02 and 51. RGB value is (123,2,81). Sum of RGB (Red+Green+Blue) = 123+2+81=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0251 is #84FDAE. Grayscale: #2E2E2E. Windows color (decimal): -8715695 or 5309051. OLE color: 5309051.

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

Color convert

RGB 123 2 81 -
CMYK 0 0.98 0.34 0.52
HSL 320.83º 0.97% 0.25% -
HSV(B) 320.83º 0.98% 0.48% -
XYZ 9.68 4.85 8.21 -
YUV 47.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 123 2 81 0 0.98 0.34 0.52 320.83 0.97 0.25
Hex 7B 2 51 0 62 22 34 141 61 19
Octal 173 2 121 0 142 42 64 501 141 31
Binary 1111011 10 1010001 0 1100010 100010 110100 101000001 1100001 11001

Color Harmonies of #7B0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0251

Black with #7B0251

Text Example


Text Example

White with #7B0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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