Html Css Color HEX #740352 Tyrian Purple

📋 copy color: '#740352'

red 116 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #740352

Tints of Tyrian Purple #740352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 57.71%
G = 1.49%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740352 (or 0x740352) is known color: Tyrian Purple. HEX triplet: 74, 03 and 52. RGB value is (116,3,82). Sum of RGB (Red+Green+Blue) = 116+3+82=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #740352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740352 is #8BFCAD. Grayscale: #2D2D2D. Windows color (decimal): -9174190 or 5374836. OLE color: 5374836.

HSL color Cylindrical-coordinate representation of color #740352: hue angle of 318.05º 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 #740352 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 82 -
CMYK 0 0.97 0.29 0.55
HSL 318.05º 0.95% 0.23% -
HSV(B) 318.05º 0.97% 0.45% -
XYZ 8.76 4.39 8.37 -
YUV 45.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 116 3 82 0 0.97 0.29 0.55 318.05 0.95 0.23
Hex 74 3 52 0 61 1D 37 13E 5F 17
Octal 164 3 122 0 141 35 67 476 137 27
Binary 1110100 11 1010010 0 1100001 11101 110111 100111110 1011111 10111

Color Harmonies of #740352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740352

Black with #740352

Text Example


Text Example

White with #740352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740352; }

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

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

background-color css

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

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

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

border-color css

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

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

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