Html Css Color HEX #740533 Tyrian Purple

📋 copy color: '#740533'

red 116 ◦ green 5 ◦ blue 51

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

Shades of Tyrian Purple #740533

Tints of Tyrian Purple #740533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 67.44%
G = 2.91%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#740533 (or 0x740533) is known color: Tyrian Purple. HEX triplet: 74, 05 and 33. RGB value is (116,5,51). Sum of RGB (Red+Green+Blue) = 116+5+51=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #740533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740533 is #8BFACC. Grayscale: #2B2B2B. Windows color (decimal): -9173709 or 3343732. OLE color: 3343732.

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

Color convert

RGB 116 5 51 -
CMYK 0 0.96 0.56 0.55
HSL 335.14º 0.92% 0.24% -
HSV(B) 335.14º 0.96% 0.45% -
XYZ 7.85 4.06 3.5 -
YUV 43.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 116 5 51 0 0.96 0.56 0.55 335.14 0.92 0.24
Hex 74 5 33 0 60 38 37 14F 5C 18
Octal 164 5 63 0 140 70 67 517 134 30
Binary 1110100 101 110011 0 1100000 111000 110111 101001111 1011100 11000

Color Harmonies of #740533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740533

Black with #740533

Text Example


Text Example

White with #740533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740533; }

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

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

background-color css

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

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

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

border-color css

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

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

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