Html Css Color HEX #750051 Tyrian Purple

📋 copy color: '#750051'

red 117 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #750051

Tints of Tyrian Purple #750051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#750051 (or 0x750051) is known color: Tyrian Purple. HEX triplet: 75, 00 and 51. RGB value is (117,0,81). Sum of RGB (Red+Green+Blue) = 117+0+81=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #750051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750051 is #8AFFAE. Grayscale: #2C2C2C. Windows color (decimal): -9109423 or 5308533. OLE color: 5308533.

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

Color convert

RGB 117 0 81 -
CMYK 0 1 0.31 0.54
HSL 318.46º 1% 0.23% -
HSV(B) 318.46º 1% 0.46% -
XYZ 8.82 4.38 8.16 -
YUV 44.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 117 0 81 0 1 0.31 0.54 318.46 1 0.23
Hex 75 0 51 0 64 1F 36 13E 64 17
Octal 165 0 121 0 144 37 66 476 144 27
Binary 1110101 0 1010001 0 1100100 11111 110110 100111110 1100100 10111

Color Harmonies of #750051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750051

Black with #750051

Text Example


Text Example

White with #750051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750051; }

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

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

background-color css

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

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

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

border-color css

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

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

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