Html Css Color HEX #740552 Tyrian Purple

📋 copy color: '#740552'

red 116 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #740552

Tints of Tyrian Purple #740552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 57.14%
G = 2.46%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740552 (or 0x740552) is known color: Tyrian Purple. HEX triplet: 74, 05 and 52. RGB value is (116,5,82). Sum of RGB (Red+Green+Blue) = 116+5+82=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740552 is #8BFAAD. Grayscale: #2E2E2E. Windows color (decimal): -9173678 or 5375348. OLE color: 5375348.

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

Color convert

RGB 116 5 82 -
CMYK 0 0.96 0.29 0.55
HSL 318.38º 0.92% 0.24% -
HSV(B) 318.38º 0.96% 0.45% -
XYZ 8.78 4.43 8.38 -
YUV 46.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 116 5 82 0 0.96 0.29 0.55 318.38 0.92 0.24
Hex 74 5 52 0 60 1D 37 13E 5C 18
Octal 164 5 122 0 140 35 67 476 134 30
Binary 1110100 101 1010010 0 1100000 11101 110111 100111110 1011100 11000

Color Harmonies of #740552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740552

Black with #740552

Text Example


Text Example

White with #740552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740552; }

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

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

background-color css

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

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

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

border-color css

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

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

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