Html Css Color HEX #740548 Tyrian Purple

📋 copy color: '#740548'

red 116 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #740548

Tints of Tyrian Purple #740548

RGB

 RED value IS 116 (45.7% from 255) = 60.1%

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

 BLUE value IS 72 (28.52% from 255) = 37.31%

R = 60.1%
G = 2.59%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#740548 (or 0x740548) is known color: Tyrian Purple. HEX triplet: 74, 05 and 48. RGB value is (116,5,72). Sum of RGB (Red+Green+Blue) = 116+5+72=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #740548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740548 is #8BFAB7. Grayscale: #2D2D2D. Windows color (decimal): -9173688 or 4719988. OLE color: 4719988.

HSL color Cylindrical-coordinate representation of color #740548: hue angle of 323.78º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740548 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 72 -
CMYK 0 0.96 0.38 0.55
HSL 323.78º 0.92% 0.24% -
HSV(B) 323.78º 0.96% 0.45% -
XYZ 8.43 4.29 6.51 -
YUV 45.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 116 5 72 0 0.96 0.38 0.55 323.78 0.92 0.24
Hex 74 5 48 0 60 26 37 144 5C 18
Octal 164 5 110 0 140 46 67 504 134 30
Binary 1110100 101 1001000 0 1100000 100110 110111 101000100 1011100 11000

Color Harmonies of #740548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740548

Black with #740548

Text Example


Text Example

White with #740548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740548; }

 p { color: rgb(116,5,72); }

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

background-color css

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

 a { background-color: rgb(116,5,72); }

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

border-color css

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

 span { border-color: rgb(116,5,72); }

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