Html Css Color HEX #74005A Tyrian Purple

📋 copy color: '#74005A'

red 116 ◦ green 0 ◦ blue 90

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

Shades of Tyrian Purple #74005A

Tints of Tyrian Purple #74005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 56.31%
G = 0%
B = 43.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74005A (or 0x74005A) is known color: Tyrian Purple. HEX triplet: 74, 00 and 5A. RGB value is (116,0,90). Sum of RGB (Red+Green+Blue) = 116+0+90=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #74005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74005A is #8BFFA5. Grayscale: #2C2C2C. Windows color (decimal): -9174950 or 5898356. OLE color: 5898356.

HSL color Cylindrical-coordinate representation of color #74005A: hue angle of 313.45º 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 #74005A is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 90 -
CMYK 0 1 0.22 0.55
HSL 313.45º 1% 0.23% -
HSV(B) 313.45º 1% 0.45% -
XYZ 9.05 4.45 10.06 -
YUV 44.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 116 0 90 0 1 0.22 0.55 313.45 1 0.23
Hex 74 0 5A 0 64 16 37 139 64 17
Octal 164 0 132 0 144 26 67 471 144 27
Binary 1110100 0 1011010 0 1100100 10110 110111 100111001 1100100 10111

Color Harmonies of #74005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74005A

Black with #74005A

Text Example


Text Example

White with #74005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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