Html Css Color HEX #7D014D Tyrian Purple

📋 copy color: '#7D014D'

red 125 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #7D014D

Tints of Tyrian Purple #7D014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 61.58%
G = 0.49%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D014D (or 0x7D014D) is known color: Tyrian Purple. HEX triplet: 7D, 01 and 4D. RGB value is (125,1,77). Sum of RGB (Red+Green+Blue) = 125+1+77=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D014D is #82FEB2. Grayscale: #2E2E2E. Windows color (decimal): -8584883 or 5046653. OLE color: 5046653.

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

Color convert

RGB 125 1 77 -
CMYK 0 0.99 0.38 0.51
HSL 323.23º 0.98% 0.25% -
HSV(B) 323.23º 0.99% 0.49% -
XYZ 9.81 4.92 7.45 -
YUV 46.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 125 1 77 0 0.99 0.38 0.51 323.23 0.98 0.25
Hex 7D 1 4D 0 63 26 33 143 62 19
Octal 175 1 115 0 143 46 63 503 142 31
Binary 1111101 1 1001101 0 1100011 100110 110011 101000011 1100010 11001

Color Harmonies of #7D014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D014D

Black with #7D014D

Text Example


Text Example

White with #7D014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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