Html Css Color HEX #7D0251 Tyrian Purple

📋 copy color: '#7D0251'

red 125 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #7D0251

Tints of Tyrian Purple #7D0251

RGB

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

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

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

R = 60.1%
G = 0.96%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D0251 (or 0x7D0251) is known color: Tyrian Purple. HEX triplet: 7D, 02 and 51. RGB value is (125,2,81). Sum of RGB (Red+Green+Blue) = 125+2+81=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0251 is #82FDAE. Grayscale: #2F2F2F. Windows color (decimal): -8584623 or 5309053. OLE color: 5309053.

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

Color convert

RGB 125 2 81 -
CMYK 0 0.98 0.35 0.51
HSL 321.46º 0.97% 0.25% -
HSV(B) 321.46º 0.98% 0.49% -
XYZ 9.96 5 8.22 -
YUV 47.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 125 2 81 0 0.98 0.35 0.51 321.46 0.97 0.25
Hex 7D 2 51 0 62 23 33 141 61 19
Octal 175 2 121 0 142 43 63 501 141 31
Binary 1111101 10 1010001 0 1100010 100011 110011 101000001 1100001 11001

Color Harmonies of #7D0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0251

Black with #7D0251

Text Example


Text Example

White with #7D0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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