Html Css Color HEX #740832 Tyrian Purple

📋 copy color: '#740832'

red 116 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #740832

Tints of Tyrian Purple #740832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 66.67%
G = 4.6%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#740832 (or 0x740832) is known color: Tyrian Purple. HEX triplet: 74, 08 and 32. RGB value is (116,8,50). Sum of RGB (Red+Green+Blue) = 116+8+50=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #740832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740832 is #8BF7CD. Grayscale: #2D2D2D. Windows color (decimal): -9172942 or 3278964. OLE color: 3278964.

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

Color convert

RGB 116 8 50 -
CMYK 0 0.93 0.57 0.55
HSL 336.67º 0.87% 0.24% -
HSV(B) 336.67º 0.93% 0.45% -
XYZ 7.87 4.12 3.4 -
YUV 45.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 116 8 50 0 0.93 0.57 0.55 336.67 0.87 0.24
Hex 74 8 32 0 5D 39 37 151 57 18
Octal 164 10 62 0 135 71 67 521 127 30
Binary 1110100 1000 110010 0 1011101 111001 110111 101010001 1010111 11000

Color Harmonies of #740832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740832

Black with #740832

Text Example


Text Example

White with #740832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740832; }

 p { color: rgb(116,8,50); }

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

background-color css

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

 a { background-color: rgb(116,8,50); }

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

border-color css

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

 span { border-color: rgb(116,8,50); }

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