Html Css Color HEX #740958 Tyrian Purple

📋 copy color: '#740958'

red 116 ◦ green 9 ◦ blue 88

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

Shades of Tyrian Purple #740958

Tints of Tyrian Purple #740958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 88 (34.77% from 255) = 41.31%

R = 54.46%
G = 4.23%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#740958 (or 0x740958) is known color: Tyrian Purple. HEX triplet: 74, 09 and 58. RGB value is (116,9,88). Sum of RGB (Red+Green+Blue) = 116+9+88=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #740958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740958 is #8BF6A7. Grayscale: #313131. Windows color (decimal): -9172648 or 5769588. OLE color: 5769588.

HSL color Cylindrical-coordinate representation of color #740958: hue angle of 315.7º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740958 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 9 88 -
CMYK 0 0.92 0.24 0.55
HSL 315.7º 0.86% 0.25% -
HSV(B) 315.7º 0.92% 0.45% -
XYZ 9.06 4.61 9.65 -
YUV 50 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 116 9 88 0 0.92 0.24 0.55 315.7 0.86 0.25
Hex 74 9 58 0 5C 18 37 13C 56 19
Octal 164 11 130 0 134 30 67 474 126 31
Binary 1110100 1001 1011000 0 1011100 11000 110111 100111100 1010110 11001

Color Harmonies of #740958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740958

Black with #740958

Text Example


Text Example

White with #740958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740958; }

 p { color: rgb(116,9,88); }

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

background-color css

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

 a { background-color: rgb(116,9,88); }

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

border-color css

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

 span { border-color: rgb(116,9,88); }

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