Html Css Color HEX #740253 Tyrian Purple

📋 copy color: '#740253'

red 116 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #740253

Tints of Tyrian Purple #740253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 57.71%
G = 1%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#740253 (or 0x740253) is known color: Tyrian Purple. HEX triplet: 74, 02 and 53. RGB value is (116,2,83). Sum of RGB (Red+Green+Blue) = 116+2+83=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #740253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740253 is #8BFDAC. Grayscale: #2D2D2D. Windows color (decimal): -9174445 or 5440116. OLE color: 5440116.

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

Color convert

RGB 116 2 83 -
CMYK 0 0.98 0.28 0.55
HSL 317.37º 0.97% 0.23% -
HSV(B) 317.37º 0.98% 0.45% -
XYZ 8.79 4.38 8.57 -
YUV 45.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 116 2 83 0 0.98 0.28 0.55 317.37 0.97 0.23
Hex 74 2 53 0 62 1C 37 13D 61 17
Octal 164 2 123 0 142 34 67 475 141 27
Binary 1110100 10 1010011 0 1100010 11100 110111 100111101 1100001 10111

Color Harmonies of #740253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740253

Black with #740253

Text Example


Text Example

White with #740253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740253; }

 p { color: rgb(116,2,83); }

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

background-color css

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

 a { background-color: rgb(116,2,83); }

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

border-color css

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

 span { border-color: rgb(116,2,83); }

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