Html Css Color HEX #7D0544 Tyrian Purple

📋 copy color: '#7D0544'

red 125 ◦ green 5 ◦ blue 68

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

Shades of Tyrian Purple #7D0544

Tints of Tyrian Purple #7D0544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.34%

R = 63.13%
G = 2.53%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D0544 (or 0x7D0544) is known color: Tyrian Purple. HEX triplet: 7D, 05 and 44. RGB value is (125,5,68). Sum of RGB (Red+Green+Blue) = 125+5+68=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0544 is #82FABB. Grayscale: #2F2F2F. Windows color (decimal): -8583868 or 4457853. OLE color: 4457853.

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

Color convert

RGB 125 5 68 -
CMYK 0 0.96 0.46 0.51
HSL 328.5º 0.92% 0.25% -
HSV(B) 328.5º 0.96% 0.49% -
XYZ 9.56 4.89 5.91 -
YUV 48.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 125 5 68 0 0.96 0.46 0.51 328.5 0.92 0.25
Hex 7D 5 44 0 60 2E 33 148 5C 19
Octal 175 5 104 0 140 56 63 510 134 31
Binary 1111101 101 1000100 0 1100000 101110 110011 101001000 1011100 11001

Color Harmonies of #7D0544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0544

Black with #7D0544

Text Example


Text Example

White with #7D0544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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