Html Css Color HEX #750D41 Tyrian Purple

📋 copy color: '#750D41'

red 117 ◦ green 13 ◦ blue 65

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

Shades of Tyrian Purple #750D41

Tints of Tyrian Purple #750D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

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

R = 60%
G = 6.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750D41 (or 0x750D41) is known color: Tyrian Purple. HEX triplet: 75, 0D and 41. RGB value is (117,13,65). Sum of RGB (Red+Green+Blue) = 117+13+65=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #750D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D41 is #8AF2BE. Grayscale: #313131. Windows color (decimal): -9106111 or 4263285. OLE color: 4263285.

HSL color Cylindrical-coordinate representation of color #750D41: hue angle of 330º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D41 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 65 -
CMYK 0 0.89 0.44 0.54
HSL 330º 0.8% 0.25% -
HSV(B) 330º 0.89% 0.46% -
XYZ 8.43 4.45 5.42 -
YUV 50.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 117 13 65 0 0.89 0.44 0.54 330 0.8 0.25
Hex 75 D 41 0 59 2C 36 14A 50 19
Octal 165 15 101 0 131 54 66 512 120 31
Binary 1110101 1101 1000001 0 1011001 101100 110110 101001010 1010000 11001

Color Harmonies of #750D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D41

Black with #750D41

Text Example


Text Example

White with #750D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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