Html Css Color HEX #740752 Tyrian Purple

📋 copy color: '#740752'

red 116 ◦ green 7 ◦ blue 82

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

Shades of Tyrian Purple #740752

Tints of Tyrian Purple #740752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 56.59%
G = 3.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740752 (or 0x740752) is known color: Tyrian Purple. HEX triplet: 74, 07 and 52. RGB value is (116,7,82). Sum of RGB (Red+Green+Blue) = 116+7+82=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #740752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740752 is #8BF8AD. Grayscale: #2F2F2F. Windows color (decimal): -9173166 or 5375860. OLE color: 5375860.

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

Color convert

RGB 116 7 82 -
CMYK 0 0.94 0.29 0.55
HSL 318.72º 0.89% 0.24% -
HSV(B) 318.72º 0.94% 0.45% -
XYZ 8.8 4.47 8.38 -
YUV 48.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 116 7 82 0 0.94 0.29 0.55 318.72 0.89 0.24
Hex 74 7 52 0 5E 1D 37 13F 59 18
Octal 164 7 122 0 136 35 67 477 131 30
Binary 1110100 111 1010010 0 1011110 11101 110111 100111111 1011001 11000

Color Harmonies of #740752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740752

Black with #740752

Text Example


Text Example

White with #740752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740752; }

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

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

background-color css

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

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

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

border-color css

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

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

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