Html Css Color HEX #74003A Tyrian Purple

📋 copy color: '#74003A'

red 116 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #74003A

Tints of Tyrian Purple #74003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74003A (or 0x74003A) is known color: Tyrian Purple. HEX triplet: 74, 00 and 3A. RGB value is (116,0,58). Sum of RGB (Red+Green+Blue) = 116+0+58=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #74003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74003A is #8BFFC5. Grayscale: #292929. Windows color (decimal): -9174982 or 3801204. OLE color: 3801204.

HSL color Cylindrical-coordinate representation of color #74003A: hue angle of 330º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74003A is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 58 -
CMYK 0 1 0.5 0.55
HSL 330º 1% 0.23% -
HSV(B) 330º 1% 0.45% -
XYZ 7.97 4.02 4.36 -
YUV 41.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 116 0 58 0 1 0.5 0.55 330 1 0.23
Hex 74 0 3A 0 64 32 37 14A 64 17
Octal 164 0 72 0 144 62 67 512 144 27
Binary 1110100 0 111010 0 1100100 110010 110111 101001010 1100100 10111

Color Harmonies of #74003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74003A

Black with #74003A

Text Example


Text Example

White with #74003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74003A; }

 p { color: rgb(116,0,58); }

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

background-color css

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

 a { background-color: rgb(116,0,58); }

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

border-color css

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

 span { border-color: rgb(116,0,58); }

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