Html Css Color HEX #7D0750 Tyrian Purple

📋 copy color: '#7D0750'

red 125 ◦ green 7 ◦ blue 80

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

Shades of Tyrian Purple #7D0750

Tints of Tyrian Purple #7D0750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 58.96%
G = 3.3%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D0750 (or 0x7D0750) is known color: Tyrian Purple. HEX triplet: 7D, 07 and 50. RGB value is (125,7,80). Sum of RGB (Red+Green+Blue) = 125+7+80=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0750 is #82F8AF. Grayscale: #323232. Windows color (decimal): -8583344 or 5244797. OLE color: 5244797.

HSL color Cylindrical-coordinate representation of color #7D0750: hue angle of 322.88º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0750 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 7 80 -
CMYK 0 0.94 0.36 0.51
HSL 322.88º 0.89% 0.26% -
HSV(B) 322.88º 0.94% 0.49% -
XYZ 9.98 5.09 8.05 -
YUV 50.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 125 7 80 0 0.94 0.36 0.51 322.88 0.89 0.26
Hex 7D 7 50 0 5E 24 33 143 59 1A
Octal 175 7 120 0 136 44 63 503 131 32
Binary 1111101 111 1010000 0 1011110 100100 110011 101000011 1011001 11010

Color Harmonies of #7D0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0750

Black with #7D0750

Text Example


Text Example

White with #7D0750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,7,80); }

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

background-color css

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

 a { background-color: rgb(125,7,80); }

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

border-color css

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

 span { border-color: rgb(125,7,80); }

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