Html Css Color HEX #7D0537 Tyrian Purple

📋 copy color: '#7D0537'

red 125 ◦ green 5 ◦ blue 55

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

Shades of Tyrian Purple #7D0537

Tints of Tyrian Purple #7D0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 67.57%
G = 2.7%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D0537 (or 0x7D0537) is known color: Tyrian Purple. HEX triplet: 7D, 05 and 37. RGB value is (125,5,55). Sum of RGB (Red+Green+Blue) = 125+5+55=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0537 is #82FAC8. Grayscale: #2E2E2E. Windows color (decimal): -8583881 or 3605885. OLE color: 3605885.

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

Color convert

RGB 125 5 55 -
CMYK 0 0.96 0.56 0.51
HSL 335º 0.92% 0.25% -
HSV(B) 335º 0.96% 0.49% -
XYZ 9.2 4.74 4.05 -
YUV 46.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 125 5 55 0 0.96 0.56 0.51 335 0.92 0.25
Hex 7D 5 37 0 60 38 33 14F 5C 19
Octal 175 5 67 0 140 70 63 517 134 31
Binary 1111101 101 110111 0 1100000 111000 110011 101001111 1011100 11001

Color Harmonies of #7D0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0537

Black with #7D0537

Text Example


Text Example

White with #7D0537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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