Html Css Color HEX #740453 Tyrian Purple

📋 copy color: '#740453'

red 116 ◦ green 4 ◦ blue 83

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

Shades of Tyrian Purple #740453

Tints of Tyrian Purple #740453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 57.14%
G = 1.97%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#740453 (or 0x740453) is known color: Tyrian Purple. HEX triplet: 74, 04 and 53. RGB value is (116,4,83). Sum of RGB (Red+Green+Blue) = 116+4+83=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740453 is #8BFBAC. Grayscale: #2E2E2E. Windows color (decimal): -9173933 or 5440628. OLE color: 5440628.

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

Color convert

RGB 116 4 83 -
CMYK 0 0.97 0.28 0.55
HSL 317.68º 0.93% 0.24% -
HSV(B) 317.68º 0.97% 0.45% -
XYZ 8.81 4.42 8.57 -
YUV 46.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 116 4 83 0 0.97 0.28 0.55 317.68 0.93 0.24
Hex 74 4 53 0 61 1C 37 13E 5D 18
Octal 164 4 123 0 141 34 67 476 135 30
Binary 1110100 100 1010011 0 1100001 11100 110111 100111110 1011101 11000

Color Harmonies of #740453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740453

Black with #740453

Text Example


Text Example

White with #740453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740453; }

 p { color: rgb(116,4,83); }

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

background-color css

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

 a { background-color: rgb(116,4,83); }

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

border-color css

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

 span { border-color: rgb(116,4,83); }

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