Html Css Color HEX #7D0341 Tyrian Purple

📋 copy color: '#7D0341'

red 125 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #7D0341

Tints of Tyrian Purple #7D0341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 64.77%
G = 1.55%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D0341 (or 0x7D0341) is known color: Tyrian Purple. HEX triplet: 7D, 03 and 41. RGB value is (125,3,65). Sum of RGB (Red+Green+Blue) = 125+3+65=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0341 is #82FCBE. Grayscale: #2E2E2E. Windows color (decimal): -8584383 or 4260733. OLE color: 4260733.

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

Color convert

RGB 125 3 65 -
CMYK 0 0.98 0.48 0.51
HSL 329.51º 0.95% 0.25% -
HSV(B) 329.51º 0.98% 0.49% -
XYZ 9.44 4.81 5.43 -
YUV 46.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 125 3 65 0 0.98 0.48 0.51 329.51 0.95 0.25
Hex 7D 3 41 0 62 30 33 14A 5F 19
Octal 175 3 101 0 142 60 63 512 137 31
Binary 1111101 11 1000001 0 1100010 110000 110011 101001010 1011111 11001

Color Harmonies of #7D0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0341

Black with #7D0341

Text Example


Text Example

White with #7D0341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,3,65); }

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

background-color css

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

 a { background-color: rgb(125,3,65); }

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

border-color css

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

 span { border-color: rgb(125,3,65); }

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