Html Css Color HEX #750041 Tyrian Purple

📋 copy color: '#750041'

red 117 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #750041

Tints of Tyrian Purple #750041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 64.29%
G = 0%
B = 35.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750041 (or 0x750041) is known color: Tyrian Purple. HEX triplet: 75, 00 and 41. RGB value is (117,0,65). Sum of RGB (Red+Green+Blue) = 117+0+65=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #750041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750041 is #8AFFBE. Grayscale: #2A2A2A. Windows color (decimal): -9109439 or 4259957. OLE color: 4259957.

HSL color Cylindrical-coordinate representation of color #750041: hue angle of 326.67º 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 #750041 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 65 -
CMYK 0 1 0.44 0.54
HSL 326.67º 1% 0.23% -
HSV(B) 326.67º 1% 0.46% -
XYZ 8.29 4.16 5.37 -
YUV 42.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 117 0 65 0 1 0.44 0.54 326.67 1 0.23
Hex 75 0 41 0 64 2C 36 147 64 17
Octal 165 0 101 0 144 54 66 507 144 27
Binary 1110101 0 1000001 0 1100100 101100 110110 101000111 1100100 10111

Color Harmonies of #750041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750041

Black with #750041

Text Example


Text Example

White with #750041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750041; }

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

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

background-color css

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

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

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

border-color css

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

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

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