Html Css Color HEX #75044D Tyrian Purple

📋 copy color: '#75044D'

red 117 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #75044D

Tints of Tyrian Purple #75044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 59.09%
G = 2.02%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75044D (or 0x75044D) is known color: Tyrian Purple. HEX triplet: 75, 04 and 4D. RGB value is (117,4,77). Sum of RGB (Red+Green+Blue) = 117+4+77=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75044D is #8AFBB2. Grayscale: #2D2D2D. Windows color (decimal): -9108403 or 5047413. OLE color: 5047413.

HSL color Cylindrical-coordinate representation of color #75044D: hue angle of 321.24º 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 #75044D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 77 -
CMYK 0 0.97 0.34 0.54
HSL 321.24º 0.93% 0.24% -
HSV(B) 321.24º 0.97% 0.46% -
XYZ 8.72 4.4 7.41 -
YUV 46.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 117 4 77 0 0.97 0.34 0.54 321.24 0.93 0.24
Hex 75 4 4D 0 61 22 36 141 5D 18
Octal 165 4 115 0 141 42 66 501 135 30
Binary 1110101 100 1001101 0 1100001 100010 110110 101000001 1011101 11000

Color Harmonies of #75044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75044D

Black with #75044D

Text Example


Text Example

White with #75044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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