Html Css Color HEX #750940 Tyrian Purple

📋 copy color: '#750940'

red 117 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #750940

Tints of Tyrian Purple #750940

RGB

 RED value IS 117 (46.09% from 255) = 61.58%

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

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 61.58%
G = 4.74%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#750940 (or 0x750940) is known color: Tyrian Purple. HEX triplet: 75, 09 and 40. RGB value is (117,9,64). Sum of RGB (Red+Green+Blue) = 117+9+64=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750940 is #8AF6BF. Grayscale: #2F2F2F. Windows color (decimal): -9107136 or 4196725. OLE color: 4196725.

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

Color convert

RGB 117 9 64 -
CMYK 0 0.92 0.45 0.54
HSL 329.44º 0.86% 0.25% -
HSV(B) 329.44º 0.92% 0.46% -
XYZ 8.36 4.35 5.25 -
YUV 47.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 117 9 64 0 0.92 0.45 0.54 329.44 0.86 0.25
Hex 75 9 40 0 5C 2D 36 149 56 19
Octal 165 11 100 0 134 55 66 511 126 31
Binary 1110101 1001 1000000 0 1011100 101101 110110 101001001 1010110 11001

Color Harmonies of #750940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750940

Black with #750940

Text Example


Text Example

White with #750940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750940; }

 p { color: rgb(117,9,64); }

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

background-color css

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

 a { background-color: rgb(117,9,64); }

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

border-color css

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

 span { border-color: rgb(117,9,64); }

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