Html Css Color HEX #750436 Tyrian Purple

📋 copy color: '#750436'

red 117 ◦ green 4 ◦ blue 54

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

Shades of Tyrian Purple #750436

Tints of Tyrian Purple #750436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 66.86%
G = 2.29%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#750436 (or 0x750436) is known color: Tyrian Purple. HEX triplet: 75, 04 and 36. RGB value is (117,4,54). Sum of RGB (Red+Green+Blue) = 117+4+54=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #750436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750436 is #8AFBC9. Grayscale: #2B2B2B. Windows color (decimal): -9108426 or 3540085. OLE color: 3540085.

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

Color convert

RGB 117 4 54 -
CMYK 0 0.97 0.54 0.54
HSL 333.45º 0.93% 0.24% -
HSV(B) 333.45º 0.97% 0.46% -
XYZ 8.05 4.14 3.86 -
YUV 43.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 117 4 54 0 0.97 0.54 0.54 333.45 0.93 0.24
Hex 75 4 36 0 61 36 36 14D 5D 18
Octal 165 4 66 0 141 66 66 515 135 30
Binary 1110101 100 110110 0 1100001 110110 110110 101001101 1011101 11000

Color Harmonies of #750436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750436

Black with #750436

Text Example


Text Example

White with #750436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750436; }

 p { color: rgb(117,4,54); }

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

background-color css

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

 a { background-color: rgb(117,4,54); }

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

border-color css

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

 span { border-color: rgb(117,4,54); }

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