Html Css Color HEX #740356 Tyrian Purple

📋 copy color: '#740356'

red 116 ◦ green 3 ◦ blue 86

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

Shades of Tyrian Purple #740356

Tints of Tyrian Purple #740356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 56.59%
G = 1.46%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#740356 (or 0x740356) is known color: Tyrian Purple. HEX triplet: 74, 03 and 56. RGB value is (116,3,86). Sum of RGB (Red+Green+Blue) = 116+3+86=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #740356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740356 is #8BFCA9. Grayscale: #2E2E2E. Windows color (decimal): -9174186 or 5636980. OLE color: 5636980.

HSL color Cylindrical-coordinate representation of color #740356: hue angle of 315.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740356 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 86 -
CMYK 0 0.97 0.26 0.55
HSL 315.93º 0.95% 0.23% -
HSV(B) 315.93º 0.97% 0.45% -
XYZ 8.91 4.45 9.19 -
YUV 46.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 116 3 86 0 0.97 0.26 0.55 315.93 0.95 0.23
Hex 74 3 56 0 61 1A 37 13C 5F 17
Octal 164 3 126 0 141 32 67 474 137 27
Binary 1110100 11 1010110 0 1100001 11010 110111 100111100 1011111 10111

Color Harmonies of #740356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740356

Black with #740356

Text Example


Text Example

White with #740356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740356; }

 p { color: rgb(116,3,86); }

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

background-color css

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

 a { background-color: rgb(116,3,86); }

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

border-color css

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

 span { border-color: rgb(116,3,86); }

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