Html Css Color HEX #750040 Tyrian Purple

📋 copy color: '#750040'

red 117 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #750040

Tints of Tyrian Purple #750040

RGB

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

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

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

R = 64.64%
G = 0%
B = 35.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#750040 (or 0x750040) is known color: Tyrian Purple. HEX triplet: 75, 00 and 40. RGB value is (117,0,64). Sum of RGB (Red+Green+Blue) = 117+0+64=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #750040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750040 is #8AFFBF. Grayscale: #2A2A2A. Windows color (decimal): -9109440 or 4194421. OLE color: 4194421.

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

Color convert

RGB 117 0 64 -
CMYK 0 1 0.45 0.54
HSL 327.18º 1% 0.23% -
HSV(B) 327.18º 1% 0.46% -
XYZ 8.26 4.15 5.22 -
YUV 42.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 117 0 64 0 1 0.45 0.54 327.18 1 0.23
Hex 75 0 40 0 64 2D 36 147 64 17
Octal 165 0 100 0 144 55 66 507 144 27
Binary 1110101 0 1000000 0 1100100 101101 110110 101000111 1100100 10111

Color Harmonies of #750040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750040

Black with #750040

Text Example


Text Example

White with #750040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750040; }

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

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

background-color css

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

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

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

border-color css

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

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

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