Html Css Color HEX #740852 Tyrian Purple

📋 copy color: '#740852'

red 116 ◦ green 8 ◦ blue 82

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

Shades of Tyrian Purple #740852

Tints of Tyrian Purple #740852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 56.31%
G = 3.88%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740852 (or 0x740852) is known color: Tyrian Purple. HEX triplet: 74, 08 and 52. RGB value is (116,8,82). Sum of RGB (Red+Green+Blue) = 116+8+82=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #740852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740852 is #8BF7AD. Grayscale: #303030. Windows color (decimal): -9172910 or 5376116. OLE color: 5376116.

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

Color convert

RGB 116 8 82 -
CMYK 0 0.93 0.29 0.55
HSL 318.89º 0.87% 0.24% -
HSV(B) 318.89º 0.93% 0.45% -
XYZ 8.81 4.5 8.39 -
YUV 48.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 116 8 82 0 0.93 0.29 0.55 318.89 0.87 0.24
Hex 74 8 52 0 5D 1D 37 13F 57 18
Octal 164 10 122 0 135 35 67 477 127 30
Binary 1110100 1000 1010010 0 1011101 11101 110111 100111111 1010111 11000

Color Harmonies of #740852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740852

Black with #740852

Text Example


Text Example

White with #740852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740852; }

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

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

background-color css

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

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

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

border-color css

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

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

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