Html Css Color HEX #7D0047 Tyrian Purple

📋 copy color: '#7D0047'

red 125 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #7D0047

Tints of Tyrian Purple #7D0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 36.22%

R = 63.78%
G = 0%
B = 36.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7D0047 (or 0x7D0047) is known color: Tyrian Purple. HEX triplet: 7D, 00 and 47. RGB value is (125,0,71). Sum of RGB (Red+Green+Blue) = 125+0+71=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0047 is #82FFB8. Grayscale: #2D2D2D. Windows color (decimal): -8585145 or 4653181. OLE color: 4653181.

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

Color convert

RGB 125 0 71 -
CMYK 0 1 0.43 0.51
HSL 325.92º 1% 0.25% -
HSV(B) 325.92º 1% 0.49% -
XYZ 9.59 4.81 6.38 -
YUV 45.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 125 0 71 0 1 0.43 0.51 325.92 1 0.25
Hex 7D 0 47 0 64 2B 33 146 64 19
Octal 175 0 107 0 144 53 63 506 144 31
Binary 1111101 0 1000111 0 1100100 101011 110011 101000110 1100100 11001

Color Harmonies of #7D0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0047

Black with #7D0047

Text Example


Text Example

White with #7D0047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,71); }

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

background-color css

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

 a { background-color: rgb(125,0,71); }

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

border-color css

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

 span { border-color: rgb(125,0,71); }

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