Html Css Color HEX #740348 Tyrian Purple

📋 copy color: '#740348'

red 116 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #740348

Tints of Tyrian Purple #740348

RGB

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

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

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

R = 60.73%
G = 1.57%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#740348 (or 0x740348) is known color: Tyrian Purple. HEX triplet: 74, 03 and 48. RGB value is (116,3,72). Sum of RGB (Red+Green+Blue) = 116+3+72=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #740348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740348 is #8BFCB7. Grayscale: #2C2C2C. Windows color (decimal): -9174200 or 4719476. OLE color: 4719476.

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

Color convert

RGB 116 3 72 -
CMYK 0 0.97 0.38 0.55
HSL 323.36º 0.95% 0.23% -
HSV(B) 323.36º 0.97% 0.45% -
XYZ 8.4 4.25 6.51 -
YUV 44.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 116 3 72 0 0.97 0.38 0.55 323.36 0.95 0.23
Hex 74 3 48 0 61 26 37 143 5F 17
Octal 164 3 110 0 141 46 67 503 137 27
Binary 1110100 11 1001000 0 1100001 100110 110111 101000011 1011111 10111

Color Harmonies of #740348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740348

Black with #740348

Text Example


Text Example

White with #740348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740348; }

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

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

background-color css

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

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

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

border-color css

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

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

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