Html Css Color HEX #74005B Tyrian Purple

📋 copy color: '#74005B'

red 116 ◦ green 0 ◦ blue 91

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

Shades of Tyrian Purple #74005B

Tints of Tyrian Purple #74005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.96%

R = 56.04%
G = 0%
B = 43.96%

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

#74005B (or 0x74005B) is known color: Tyrian Purple. HEX triplet: 74, 00 and 5B. RGB value is (116,0,91). Sum of RGB (Red+Green+Blue) = 116+0+91=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #74005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74005B is #8BFFA4. Grayscale: #2C2C2C. Windows color (decimal): -9174949 or 5963892. OLE color: 5963892.

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

Color convert

RGB 116 0 91 -
CMYK 0 1 0.22 0.55
HSL 312.93º 1% 0.23% -
HSV(B) 312.93º 1% 0.45% -
XYZ 9.09 4.47 10.28 -
YUV 45.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 116 0 91 0 1 0.22 0.55 312.93 1 0.23
Hex 74 0 5B 0 64 16 37 139 64 17
Octal 164 0 133 0 144 26 67 471 144 27
Binary 1110100 0 1011011 0 1100100 10110 110111 100111001 1100100 10111

Color Harmonies of #74005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74005B

Black with #74005B

Text Example


Text Example

White with #74005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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