Html Css Color HEX #74004B Tyrian Purple

📋 copy color: '#74004B'

red 116 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #74004B

Tints of Tyrian Purple #74004B

RGB

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

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

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

R = 60.73%
G = 0%
B = 39.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74004B (or 0x74004B) is known color: Tyrian Purple. HEX triplet: 74, 00 and 4B. RGB value is (116,0,75). Sum of RGB (Red+Green+Blue) = 116+0+75=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #74004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74004B is #8BFFB4. Grayscale: #2B2B2B. Windows color (decimal): -9174965 or 4915316. OLE color: 4915316.

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

Color convert

RGB 116 0 75 -
CMYK 0 1 0.35 0.55
HSL 321.21º 1% 0.23% -
HSV(B) 321.21º 1% 0.45% -
XYZ 8.47 4.22 7.02 -
YUV 43.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 116 0 75 0 1 0.35 0.55 321.21 1 0.23
Hex 74 0 4B 0 64 23 37 141 64 17
Octal 164 0 113 0 144 43 67 501 144 27
Binary 1110100 0 1001011 0 1100100 100011 110111 101000001 1100100 10111

Color Harmonies of #74004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74004B

Black with #74004B

Text Example


Text Example

White with #74004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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