Html Css Color HEX #74005C Tyrian Purple

📋 copy color: '#74005C'

red 116 ◦ green 0 ◦ blue 92

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

Shades of Tyrian Purple #74005C

Tints of Tyrian Purple #74005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.23%

R = 55.77%
G = 0%
B = 44.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74005C (or 0x74005C) is known color: Tyrian Purple. HEX triplet: 74, 00 and 5C. RGB value is (116,0,92). Sum of RGB (Red+Green+Blue) = 116+0+92=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74005C is #8BFFA3. Grayscale: #2C2C2C. Windows color (decimal): -9174948 or 6029428. OLE color: 6029428.

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

Color convert

RGB 116 0 92 -
CMYK 0 1 0.21 0.55
HSL 312.41º 1% 0.23% -
HSV(B) 312.41º 1% 0.45% -
XYZ 9.13 4.49 10.51 -
YUV 45.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 116 0 92 0 1 0.21 0.55 312.41 1 0.23
Hex 74 0 5C 0 64 15 37 138 64 17
Octal 164 0 134 0 144 25 67 470 144 27
Binary 1110100 0 1011100 0 1100100 10101 110111 100111000 1100100 10111

Color Harmonies of #74005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74005C

Black with #74005C

Text Example


Text Example

White with #74005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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