Html Css Color HEX #74073E Tyrian Purple

📋 copy color: '#74073E'

red 116 ◦ green 7 ◦ blue 62

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

Shades of Tyrian Purple #74073E

Tints of Tyrian Purple #74073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 62.7%
G = 3.78%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74073E (or 0x74073E) is known color: Tyrian Purple. HEX triplet: 74, 07 and 3E. RGB value is (116,7,62). Sum of RGB (Red+Green+Blue) = 116+7+62=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #74073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74073E is #8BF8C1. Grayscale: #2D2D2D. Windows color (decimal): -9173186 or 4065140. OLE color: 4065140.

HSL color Cylindrical-coordinate representation of color #74073E: hue angle of 329.72º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74073E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 62 -
CMYK 0 0.94 0.47 0.55
HSL 329.72º 0.89% 0.24% -
HSV(B) 329.72º 0.94% 0.45% -
XYZ 8.15 4.21 4.94 -
YUV 45.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 116 7 62 0 0.94 0.47 0.55 329.72 0.89 0.24
Hex 74 7 3E 0 5E 2F 37 14A 59 18
Octal 164 7 76 0 136 57 67 512 131 30
Binary 1110100 111 111110 0 1011110 101111 110111 101001010 1011001 11000

Color Harmonies of #74073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74073E

Black with #74073E

Text Example


Text Example

White with #74073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74073E; }

 p { color: rgb(116,7,62); }

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

background-color css

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

 a { background-color: rgb(116,7,62); }

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

border-color css

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

 span { border-color: rgb(116,7,62); }

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