Html Css Color HEX #7D0853 Tyrian Purple

📋 copy color: '#7D0853'

red 125 ◦ green 8 ◦ blue 83

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

Shades of Tyrian Purple #7D0853

Tints of Tyrian Purple #7D0853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

 BLUE value IS 83 (32.81% from 255) = 38.43%

R = 57.87%
G = 3.7%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D0853 (or 0x7D0853) is known color: Tyrian Purple. HEX triplet: 7D, 08 and 53. RGB value is (125,8,83). Sum of RGB (Red+Green+Blue) = 125+8+83=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0853 is #82F7AC. Grayscale: #333333. Windows color (decimal): -8583085 or 5441661. OLE color: 5441661.

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

Color convert

RGB 125 8 83 -
CMYK 0 0.94 0.34 0.51
HSL 321.54º 0.88% 0.26% -
HSV(B) 321.54º 0.94% 0.49% -
XYZ 10.11 5.16 8.65 -
YUV 51.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 125 8 83 0 0.94 0.34 0.51 321.54 0.88 0.26
Hex 7D 8 53 0 5E 22 33 142 58 1A
Octal 175 10 123 0 136 42 63 502 130 32
Binary 1111101 1000 1010011 0 1011110 100010 110011 101000010 1011000 11010

Color Harmonies of #7D0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0853

Black with #7D0853

Text Example


Text Example

White with #7D0853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,83); }

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

background-color css

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

 a { background-color: rgb(125,8,83); }

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

border-color css

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

 span { border-color: rgb(125,8,83); }

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