Html Css Color HEX #74083C Tyrian Purple

📋 copy color: '#74083C'

red 116 ◦ green 8 ◦ blue 60

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

Shades of Tyrian Purple #74083C

Tints of Tyrian Purple #74083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 63.04%
G = 4.35%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74083C (or 0x74083C) is known color: Tyrian Purple. HEX triplet: 74, 08 and 3C. RGB value is (116,8,60). Sum of RGB (Red+Green+Blue) = 116+8+60=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74083C is #8BF7C3. Grayscale: #2E2E2E. Windows color (decimal): -9172932 or 3934324. OLE color: 3934324.

HSL color Cylindrical-coordinate representation of color #74083C: hue angle of 331.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74083C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 60 -
CMYK 0 0.93 0.48 0.55
HSL 331.11º 0.87% 0.24% -
HSV(B) 331.11º 0.93% 0.45% -
XYZ 8.1 4.21 4.66 -
YUV 46.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 116 8 60 0 0.93 0.48 0.55 331.11 0.87 0.24
Hex 74 8 3C 0 5D 30 37 14B 57 18
Octal 164 10 74 0 135 60 67 513 127 30
Binary 1110100 1000 111100 0 1011101 110000 110111 101001011 1010111 11000

Color Harmonies of #74083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74083C

Black with #74083C

Text Example


Text Example

White with #74083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74083C; }

 p { color: rgb(116,8,60); }

 H1.HeaderClassName
 {
   color: #74083C;
 }
 .AnyTagClassName
 {
   color: #74083C;
 }
</style>

background-color css

<style>
 a { background-color: #74083C; }

 a { background-color: rgb(116,8,60); }

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

border-color css

<style>
 span { border-color: #74083C; }

 span { border-color: rgb(116,8,60); }

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