Html Css Color HEX #740034 Tyrian Purple

📋 copy color: '#740034'

red 116 ◦ green 0 ◦ blue 52

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

Shades of Tyrian Purple #740034

Tints of Tyrian Purple #740034

RGB

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

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

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

R = 69.05%
G = 0%
B = 30.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#740034 (or 0x740034) is known color: Tyrian Purple. HEX triplet: 74, 00 and 34. RGB value is (116,0,52). Sum of RGB (Red+Green+Blue) = 116+0+52=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #740034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740034 is #8BFFCB. Grayscale: #282828. Windows color (decimal): -9174988 or 3407988. OLE color: 3407988.

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

Color convert

RGB 116 0 52 -
CMYK 0 1 0.55 0.55
HSL 333.1º 1% 0.23% -
HSV(B) 333.1º 1% 0.45% -
XYZ 7.82 3.96 3.6 -
YUV 40.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 116 0 52 0 1 0.55 0.55 333.1 1 0.23
Hex 74 0 34 0 64 37 37 14D 64 17
Octal 164 0 64 0 144 67 67 515 144 27
Binary 1110100 0 110100 0 1100100 110111 110111 101001101 1100100 10111

Color Harmonies of #740034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740034

Black with #740034

Text Example


Text Example

White with #740034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740034; }

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

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

background-color css

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

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

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

border-color css

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

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

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