Html Css Color HEX #7D0350 Tyrian Purple

📋 copy color: '#7D0350'

red 125 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #7D0350

Tints of Tyrian Purple #7D0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 60.1%
G = 1.44%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D0350 (or 0x7D0350) is known color: Tyrian Purple. HEX triplet: 7D, 03 and 50. RGB value is (125,3,80). Sum of RGB (Red+Green+Blue) = 125+3+80=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0350 is #82FCAF. Grayscale: #303030. Windows color (decimal): -8584368 or 5243773. OLE color: 5243773.

HSL color Cylindrical-coordinate representation of color #7D0350: hue angle of 322.13º degrees, saturation: 0.95, 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 #7D0350 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 3 80 -
CMYK 0 0.98 0.36 0.51
HSL 322.13º 0.95% 0.25% -
HSV(B) 322.13º 0.98% 0.49% -
XYZ 9.94 5 8.03 -
YUV 48.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 125 3 80 0 0.98 0.36 0.51 322.13 0.95 0.25
Hex 7D 3 50 0 62 24 33 142 5F 19
Octal 175 3 120 0 142 44 63 502 137 31
Binary 1111101 11 1010000 0 1100010 100100 110011 101000010 1011111 11001

Color Harmonies of #7D0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0350

Black with #7D0350

Text Example


Text Example

White with #7D0350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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