Html Css Color HEX #750751 Tyrian Purple

📋 copy color: '#750751'

red 117 ◦ green 7 ◦ blue 81

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

Shades of Tyrian Purple #750751

Tints of Tyrian Purple #750751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 57.07%
G = 3.41%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#750751 (or 0x750751) is known color: Tyrian Purple. HEX triplet: 75, 07 and 51. RGB value is (117,7,81). Sum of RGB (Red+Green+Blue) = 117+7+81=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750751 is #8AF8AE. Grayscale: #303030. Windows color (decimal): -9107631 or 5310325. OLE color: 5310325.

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

Color convert

RGB 117 7 81 -
CMYK 0 0.94 0.31 0.54
HSL 319.64º 0.89% 0.24% -
HSV(B) 319.64º 0.94% 0.46% -
XYZ 8.9 4.53 8.19 -
YUV 48.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 117 7 81 0 0.94 0.31 0.54 319.64 0.89 0.24
Hex 75 7 51 0 5E 1F 36 140 59 18
Octal 165 7 121 0 136 37 66 500 131 30
Binary 1110101 111 1010001 0 1011110 11111 110110 101000000 1011001 11000

Color Harmonies of #750751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750751

Black with #750751

Text Example


Text Example

White with #750751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750751; }

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

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

background-color css

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

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

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

border-color css

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

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

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