Html Css Color HEX #74053B Tyrian Purple

📋 copy color: '#74053B'

red 116 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #74053B

Tints of Tyrian Purple #74053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 64.44%
G = 2.78%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74053B (or 0x74053B) is known color: Tyrian Purple. HEX triplet: 74, 05 and 3B. RGB value is (116,5,59). Sum of RGB (Red+Green+Blue) = 116+5+59=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74053B is #8BFAC4. Grayscale: #2C2C2C. Windows color (decimal): -9173701 or 3868020. OLE color: 3868020.

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

Color convert

RGB 116 5 59 -
CMYK 0 0.96 0.49 0.55
HSL 330.81º 0.92% 0.24% -
HSV(B) 330.81º 0.96% 0.45% -
XYZ 8.05 4.14 4.51 -
YUV 44.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 116 5 59 0 0.96 0.49 0.55 330.81 0.92 0.24
Hex 74 5 3B 0 60 31 37 14B 5C 18
Octal 164 5 73 0 140 61 67 513 134 30
Binary 1110100 101 111011 0 1100000 110001 110111 101001011 1011100 11000

Color Harmonies of #74053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74053B

Black with #74053B

Text Example


Text Example

White with #74053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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