Html Css Color HEX #7D054D Tyrian Purple

📋 copy color: '#7D054D'

red 125 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #7D054D

Tints of Tyrian Purple #7D054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 60.39%
G = 2.42%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D054D (or 0x7D054D) is known color: Tyrian Purple. HEX triplet: 7D, 05 and 4D. RGB value is (125,5,77). Sum of RGB (Red+Green+Blue) = 125+5+77=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D054D is #82FAB2. Grayscale: #303030. Windows color (decimal): -8583859 or 5047677. OLE color: 5047677.

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

Color convert

RGB 125 5 77 -
CMYK 0 0.96 0.38 0.51
HSL 324º 0.92% 0.25% -
HSV(B) 324º 0.96% 0.49% -
XYZ 9.85 5 7.47 -
YUV 49.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 125 5 77 0 0.96 0.38 0.51 324 0.92 0.25
Hex 7D 5 4D 0 60 26 33 144 5C 19
Octal 175 5 115 0 140 46 63 504 134 31
Binary 1111101 101 1001101 0 1100000 100110 110011 101000100 1011100 11001

Color Harmonies of #7D054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D054D

Black with #7D054D

Text Example


Text Example

White with #7D054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,5,77); }

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

background-color css

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

 a { background-color: rgb(125,5,77); }

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

border-color css

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

 span { border-color: rgb(125,5,77); }

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