Html Css Color HEX #740055 Tyrian Purple

📋 copy color: '#740055'

red 116 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #740055

Tints of Tyrian Purple #740055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 57.71%
G = 0%
B = 42.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#740055 (or 0x740055) is known color: Tyrian Purple. HEX triplet: 74, 00 and 55. RGB value is (116,0,85). Sum of RGB (Red+Green+Blue) = 116+0+85=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #740055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740055 is #8BFFAA. Grayscale: #2C2C2C. Windows color (decimal): -9174955 or 5570676. OLE color: 5570676.

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

Color convert

RGB 116 0 85 -
CMYK 0 1 0.27 0.55
HSL 316.03º 1% 0.23% -
HSV(B) 316.03º 1% 0.45% -
XYZ 8.84 4.37 8.97 -
YUV 44.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 116 0 85 0 1 0.27 0.55 316.03 1 0.23
Hex 74 0 55 0 64 1B 37 13C 64 17
Octal 164 0 125 0 144 33 67 474 144 27
Binary 1110100 0 1010101 0 1100100 11011 110111 100111100 1100100 10111

Color Harmonies of #740055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740055

Black with #740055

Text Example


Text Example

White with #740055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740055; }

 p { color: rgb(116,0,85); }

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

background-color css

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

 a { background-color: rgb(116,0,85); }

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

border-color css

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

 span { border-color: rgb(116,0,85); }

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