Html Css Color HEX #7D0A3F Tyrian Purple

📋 copy color: '#7D0A3F'

red 125 ◦ green 10 ◦ blue 63

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

Shades of Tyrian Purple #7D0A3F

Tints of Tyrian Purple #7D0A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 63.13%
G = 5.05%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D0A3F (or 0x7D0A3F) is known color: Tyrian Purple. HEX triplet: 7D, 0A and 3F. RGB value is (125,10,63). Sum of RGB (Red+Green+Blue) = 125+10+63=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0A3F is #82F5C0. Grayscale: #323232. Windows color (decimal): -8582593 or 4131453. OLE color: 4131453.

HSL color Cylindrical-coordinate representation of color #7D0A3F: hue angle of 332.35º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0A3F is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 10 63 -
CMYK 0 0.92 0.50 0.51
HSL 332.35º 0.85% 0.26% -
HSV(B) 332.35º 0.92% 0.49% -
XYZ 9.46 4.94 5.16 -
YUV 50.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 125 10 63 0 0.92 0.50 0.51 332.35 0.85 0.26
Hex 7D A 3F 0 5C 32 33 14C 55 1A
Octal 175 12 77 0 134 62 63 514 125 32
Binary 1111101 1010 111111 0 1011100 110010 110011 101001100 1010101 11010

Color Harmonies of #7D0A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0A3F

Black with #7D0A3F

Text Example


Text Example

White with #7D0A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,10,63); }

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

background-color css

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

 a { background-color: rgb(125,10,63); }

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

border-color css

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

 span { border-color: rgb(125,10,63); }

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