Html Css Color HEX #740134 Tyrian Purple

📋 copy color: '#740134'

red 116 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #740134

Tints of Tyrian Purple #740134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 68.64%
G = 0.59%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#740134 (or 0x740134) is known color: Tyrian Purple. HEX triplet: 74, 01 and 34. RGB value is (116,1,52). Sum of RGB (Red+Green+Blue) = 116+1+52=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #740134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740134 is #8BFECB. Grayscale: #292929. Windows color (decimal): -9174732 or 3408244. OLE color: 3408244.

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

Color convert

RGB 116 1 52 -
CMYK 0 0.99 0.55 0.55
HSL 333.39º 0.98% 0.23% -
HSV(B) 333.39º 0.99% 0.45% -
XYZ 7.83 3.98 3.6 -
YUV 41.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 116 1 52 0 0.99 0.55 0.55 333.39 0.98 0.23
Hex 74 1 34 0 63 37 37 14D 62 17
Octal 164 1 64 0 143 67 67 515 142 27
Binary 1110100 1 110100 0 1100011 110111 110111 101001101 1100010 10111

Color Harmonies of #740134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740134

Black with #740134

Text Example


Text Example

White with #740134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740134; }

 p { color: rgb(116,1,52); }

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

background-color css

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

 a { background-color: rgb(116,1,52); }

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

border-color css

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

 span { border-color: rgb(116,1,52); }

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