Html Css Color HEX #74084B Tyrian Purple

📋 copy color: '#74084B'

red 116 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #74084B

Tints of Tyrian Purple #74084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 58.29%
G = 4.02%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74084B (or 0x74084B) is known color: Tyrian Purple. HEX triplet: 74, 08 and 4B. RGB value is (116,8,75). Sum of RGB (Red+Green+Blue) = 116+8+75=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74084B is #8BF7B4. Grayscale: #2F2F2F. Windows color (decimal): -9172917 or 4917364. OLE color: 4917364.

HSL color Cylindrical-coordinate representation of color #74084B: hue angle of 322.78º 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 #74084B is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 75 -
CMYK 0 0.93 0.35 0.55
HSL 322.78º 0.87% 0.24% -
HSV(B) 322.78º 0.93% 0.45% -
XYZ 8.56 4.39 7.05 -
YUV 47.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 116 8 75 0 0.93 0.35 0.55 322.78 0.87 0.24
Hex 74 8 4B 0 5D 23 37 143 57 18
Octal 164 10 113 0 135 43 67 503 127 30
Binary 1110100 1000 1001011 0 1011101 100011 110111 101000011 1010111 11000

Color Harmonies of #74084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74084B

Black with #74084B

Text Example


Text Example

White with #74084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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