Html Css Color HEX #740952 Tyrian Purple

📋 copy color: '#740952'

red 116 ◦ green 9 ◦ blue 82

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

Shades of Tyrian Purple #740952

Tints of Tyrian Purple #740952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

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

R = 56.04%
G = 4.35%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#740952 (or 0x740952) is known color: Tyrian Purple. HEX triplet: 74, 09 and 52. RGB value is (116,9,82). Sum of RGB (Red+Green+Blue) = 116+9+82=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #740952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740952 is #8BF6AD. Grayscale: #313131. Windows color (decimal): -9172654 or 5376372. OLE color: 5376372.

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

Color convert

RGB 116 9 82 -
CMYK 0 0.92 0.29 0.55
HSL 319.07º 0.86% 0.25% -
HSV(B) 319.07º 0.92% 0.45% -
XYZ 8.82 4.52 8.39 -
YUV 49.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 116 9 82 0 0.92 0.29 0.55 319.07 0.86 0.25
Hex 74 9 52 0 5C 1D 37 13F 56 19
Octal 164 11 122 0 134 35 67 477 126 31
Binary 1110100 1001 1010010 0 1011100 11101 110111 100111111 1010110 11001

Color Harmonies of #740952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740952

Black with #740952

Text Example


Text Example

White with #740952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740952; }

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

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

background-color css

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

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

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

border-color css

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

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

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