Html Css Color HEX #740450 Tyrian Purple

📋 copy color: '#740450'

red 116 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #740450

Tints of Tyrian Purple #740450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40%

R = 58%
G = 2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#740450 (or 0x740450) is known color: Tyrian Purple. HEX triplet: 74, 04 and 50. RGB value is (116,4,80). Sum of RGB (Red+Green+Blue) = 116+4+80=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #740450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740450 is #8BFBAF. Grayscale: #2D2D2D. Windows color (decimal): -9173936 or 5244020. OLE color: 5244020.

HSL color Cylindrical-coordinate representation of color #740450: hue angle of 319.29º 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 #740450 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 80 -
CMYK 0 0.97 0.31 0.55
HSL 319.29º 0.93% 0.24% -
HSV(B) 319.29º 0.97% 0.45% -
XYZ 8.69 4.38 7.98 -
YUV 46.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 116 4 80 0 0.97 0.31 0.55 319.29 0.93 0.24
Hex 74 4 50 0 61 1F 37 13F 5D 18
Octal 164 4 120 0 141 37 67 477 135 30
Binary 1110100 100 1010000 0 1100001 11111 110111 100111111 1011101 11000

Color Harmonies of #740450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740450

Black with #740450

Text Example


Text Example

White with #740450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740450; }

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

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

background-color css

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

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

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

border-color css

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

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

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