Html Css Color HEX #74013E Tyrian Purple

📋 copy color: '#74013E'

red 116 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #74013E

Tints of Tyrian Purple #74013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 64.8%
G = 0.56%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74013E (or 0x74013E) is known color: Tyrian Purple. HEX triplet: 74, 01 and 3E. RGB value is (116,1,62). Sum of RGB (Red+Green+Blue) = 116+1+62=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74013E is #8BFEC1. Grayscale: #2A2A2A. Windows color (decimal): -9174722 or 4063604. OLE color: 4063604.

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

Color convert

RGB 116 1 62 -
CMYK 0 0.99 0.47 0.55
HSL 328.17º 0.98% 0.23% -
HSV(B) 328.17º 0.99% 0.45% -
XYZ 8.08 4.08 4.92 -
YUV 42.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 116 1 62 0 0.99 0.47 0.55 328.17 0.98 0.23
Hex 74 1 3E 0 63 2F 37 148 62 17
Octal 164 1 76 0 143 57 67 510 142 27
Binary 1110100 1 111110 0 1100011 101111 110111 101001000 1100010 10111

Color Harmonies of #74013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74013E

Black with #74013E

Text Example


Text Example

White with #74013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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