Html Css Color HEX #750054 Tyrian Purple

📋 copy color: '#750054'

red 117 ◦ green 0 ◦ blue 84

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

Shades of Tyrian Purple #750054

Tints of Tyrian Purple #750054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 58.21%
G = 0%
B = 41.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#750054 (or 0x750054) is known color: Tyrian Purple. HEX triplet: 75, 00 and 54. RGB value is (117,0,84). Sum of RGB (Red+Green+Blue) = 117+0+84=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750054 is #8AFFAB. Grayscale: #2C2C2C. Windows color (decimal): -9109420 or 5505141. OLE color: 5505141.

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

Color convert

RGB 117 0 84 -
CMYK 0 1 0.28 0.54
HSL 316.92º 1% 0.23% -
HSV(B) 316.92º 1% 0.46% -
XYZ 8.94 4.42 8.77 -
YUV 44.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 117 0 84 0 1 0.28 0.54 316.92 1 0.23
Hex 75 0 54 0 64 1C 36 13D 64 17
Octal 165 0 124 0 144 34 66 475 144 27
Binary 1110101 0 1010100 0 1100100 11100 110110 100111101 1100100 10111

Color Harmonies of #750054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750054

Black with #750054

Text Example


Text Example

White with #750054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750054; }

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

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

background-color css

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

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

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

border-color css

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

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

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