Html Css Color HEX #740532 Tyrian Purple

📋 copy color: '#740532'

red 116 ◦ green 5 ◦ blue 50

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

Shades of Tyrian Purple #740532

Tints of Tyrian Purple #740532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 67.84%
G = 2.92%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#740532 (or 0x740532) is known color: Tyrian Purple. HEX triplet: 74, 05 and 32. RGB value is (116,5,50). Sum of RGB (Red+Green+Blue) = 116+5+50=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #740532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740532 is #8BFACD. Grayscale: #2B2B2B. Windows color (decimal): -9173710 or 3278196. OLE color: 3278196.

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

Color convert

RGB 116 5 50 -
CMYK 0 0.96 0.57 0.55
HSL 335.68º 0.92% 0.24% -
HSV(B) 335.68º 0.96% 0.45% -
XYZ 7.83 4.05 3.39 -
YUV 43.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 116 5 50 0 0.96 0.57 0.55 335.68 0.92 0.24
Hex 74 5 32 0 60 39 37 150 5C 18
Octal 164 5 62 0 140 71 67 520 134 30
Binary 1110100 101 110010 0 1100000 111001 110111 101010000 1011100 11000

Color Harmonies of #740532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740532

Black with #740532

Text Example


Text Example

White with #740532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740532; }

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

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

background-color css

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

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

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

border-color css

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

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

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