Html Css Color HEX #74033B Tyrian Purple

📋 copy color: '#74033B'

red 116 ◦ green 3 ◦ blue 59

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

Shades of Tyrian Purple #74033B

Tints of Tyrian Purple #74033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 65.17%
G = 1.69%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74033B (or 0x74033B) is known color: Tyrian Purple. HEX triplet: 74, 03 and 3B. RGB value is (116,3,59). Sum of RGB (Red+Green+Blue) = 116+3+59=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74033B is #8BFCC4. Grayscale: #2B2B2B. Windows color (decimal): -9174213 or 3867508. OLE color: 3867508.

HSL color Cylindrical-coordinate representation of color #74033B: hue angle of 330.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74033B is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 59 -
CMYK 0 0.97 0.49 0.55
HSL 330.27º 0.95% 0.23% -
HSV(B) 330.27º 0.97% 0.45% -
XYZ 8.02 4.09 4.5 -
YUV 43.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 116 3 59 0 0.97 0.49 0.55 330.27 0.95 0.23
Hex 74 3 3B 0 61 31 37 14A 5F 17
Octal 164 3 73 0 141 61 67 512 137 27
Binary 1110100 11 111011 0 1100001 110001 110111 101001010 1011111 10111

Color Harmonies of #74033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74033B

Black with #74033B

Text Example


Text Example

White with #74033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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