Html Css Color HEX #7D0051 Tyrian Purple

📋 copy color: '#7D0051'

red 125 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #7D0051

Tints of Tyrian Purple #7D0051

RGB

 RED value IS 125 (49.22% from 255) = 60.68%

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

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

R = 60.68%
G = 0%
B = 39.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D0051 (or 0x7D0051) is known color: Tyrian Purple. HEX triplet: 7D, 00 and 51. RGB value is (125,0,81). Sum of RGB (Red+Green+Blue) = 125+0+81=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0051 is #82FFAE. Grayscale: #2E2E2E. Windows color (decimal): -8585135 or 5308541. OLE color: 5308541.

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

Color convert

RGB 125 0 81 -
CMYK 0 1 0.35 0.51
HSL 321.12º 1% 0.25% -
HSV(B) 321.12º 1% 0.49% -
XYZ 9.94 4.95 8.22 -
YUV 46.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 125 0 81 0 1 0.35 0.51 321.12 1 0.25
Hex 7D 0 51 0 64 23 33 141 64 19
Octal 175 0 121 0 144 43 63 501 144 31
Binary 1111101 0 1010001 0 1100100 100011 110011 101000001 1100100 11001

Color Harmonies of #7D0051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0051

Black with #7D0051

Text Example


Text Example

White with #7D0051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,81); }

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

background-color css

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

 a { background-color: rgb(125,0,81); }

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

border-color css

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

 span { border-color: rgb(125,0,81); }

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