Html Css Color HEX #740052 Tyrian Purple

📋 copy color: '#740052'

red 116 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #740052

Tints of Tyrian Purple #740052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.59%
G = 0%
B = 41.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740052 (or 0x740052) is known color: Tyrian Purple. HEX triplet: 74, 00 and 52. RGB value is (116,0,82). Sum of RGB (Red+Green+Blue) = 116+0+82=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #740052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740052 is #8BFFAD. Grayscale: #2B2B2B. Windows color (decimal): -9174958 or 5374068. OLE color: 5374068.

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

Color convert

RGB 116 0 82 -
CMYK 0 1 0.29 0.55
HSL 317.59º 1% 0.23% -
HSV(B) 317.59º 1% 0.45% -
XYZ 8.73 4.32 8.36 -
YUV 44.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 116 0 82 0 1 0.29 0.55 317.59 1 0.23
Hex 74 0 52 0 64 1D 37 13E 64 17
Octal 164 0 122 0 144 35 67 476 144 27
Binary 1110100 0 1010010 0 1100100 11101 110111 100111110 1100100 10111

Color Harmonies of #740052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740052

Black with #740052

Text Example


Text Example

White with #740052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740052; }

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

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

background-color css

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

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

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

border-color css

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

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

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