Html Css Color HEX #7D014F Tyrian Purple

📋 copy color: '#7D014F'

red 125 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #7D014F

Tints of Tyrian Purple #7D014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 60.98%
G = 0.49%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D014F (or 0x7D014F) is known color: Tyrian Purple. HEX triplet: 7D, 01 and 4F. RGB value is (125,1,79). Sum of RGB (Red+Green+Blue) = 125+1+79=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D014F is #82FEB0. Grayscale: #2E2E2E. Windows color (decimal): -8584881 or 5177725. OLE color: 5177725.

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

Color convert

RGB 125 1 79 -
CMYK 0 0.99 0.37 0.51
HSL 322.26º 0.98% 0.25% -
HSV(B) 322.26º 0.99% 0.49% -
XYZ 9.88 4.95 7.83 -
YUV 46.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 125 1 79 0 0.99 0.37 0.51 322.26 0.98 0.25
Hex 7D 1 4F 0 63 25 33 142 62 19
Octal 175 1 117 0 143 45 63 502 142 31
Binary 1111101 1 1001111 0 1100011 100101 110011 101000010 1100010 11001

Color Harmonies of #7D014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D014F

Black with #7D014F

Text Example


Text Example

White with #7D014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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