Html Css Color HEX #7D073A Tyrian Purple

📋 copy color: '#7D073A'

red 125 ◦ green 7 ◦ blue 58

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

Shades of Tyrian Purple #7D073A

Tints of Tyrian Purple #7D073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.53%

R = 65.79%
G = 3.68%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D073A (or 0x7D073A) is known color: Tyrian Purple. HEX triplet: 7D, 07 and 3A. RGB value is (125,7,58). Sum of RGB (Red+Green+Blue) = 125+7+58=190 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.79% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 125 - color contains mainly: red. Hex color #7D073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D073A is #82F8C5. Grayscale: #303030. Windows color (decimal): -8583366 or 3803005. OLE color: 3803005.

HSL color Cylindrical-coordinate representation of color #7D073A: hue angle of 334.07º 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 #7D073A is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 7 58 -
CMYK 0 0.94 0.54 0.51
HSL 334.07º 0.89% 0.26% -
HSV(B) 334.07º 0.94% 0.49% -
XYZ 9.3 4.82 4.44 -
YUV 48.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 125 7 58 0 0.94 0.54 0.51 334.07 0.89 0.26
Hex 7D 7 3A 0 5E 36 33 14E 59 1A
Octal 175 7 72 0 136 66 63 516 131 32
Binary 1111101 111 111010 0 1011110 110110 110011 101001110 1011001 11010

Color Harmonies of #7D073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D073A

Black with #7D073A

Text Example


Text Example

White with #7D073A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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