Html Css Color HEX #75044E Tyrian Purple

📋 copy color: '#75044E'

red 117 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #75044E

Tints of Tyrian Purple #75044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 58.79%
G = 2.01%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75044E (or 0x75044E) is known color: Tyrian Purple. HEX triplet: 75, 04 and 4E. RGB value is (117,4,78). Sum of RGB (Red+Green+Blue) = 117+4+78=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75044E is #8AFBB1. Grayscale: #2E2E2E. Windows color (decimal): -9108402 or 5112949. OLE color: 5112949.

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

Color convert

RGB 117 4 78 -
CMYK 0 0.97 0.33 0.54
HSL 320.71º 0.93% 0.24% -
HSV(B) 320.71º 0.97% 0.46% -
XYZ 8.75 4.42 7.6 -
YUV 46.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 117 4 78 0 0.97 0.33 0.54 320.71 0.93 0.24
Hex 75 4 4E 0 61 21 36 141 5D 18
Octal 165 4 116 0 141 41 66 501 135 30
Binary 1110101 100 1001110 0 1100001 100001 110110 101000001 1011101 11000

Color Harmonies of #75044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75044E

Black with #75044E

Text Example


Text Example

White with #75044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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