Html Css Color HEX #750351 Tyrian Purple

📋 copy color: '#750351'

red 117 ◦ green 3 ◦ blue 81

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

Shades of Tyrian Purple #750351

Tints of Tyrian Purple #750351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 58.21%
G = 1.49%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#750351 (or 0x750351) is known color: Tyrian Purple. HEX triplet: 75, 03 and 51. RGB value is (117,3,81). Sum of RGB (Red+Green+Blue) = 117+3+81=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750351 is #8AFCAE. Grayscale: #2D2D2D. Windows color (decimal): -9108655 or 5309301. OLE color: 5309301.

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

Color convert

RGB 117 3 81 -
CMYK 0 0.97 0.31 0.54
HSL 318.95º 0.95% 0.24% -
HSV(B) 318.95º 0.97% 0.46% -
XYZ 8.85 4.44 8.18 -
YUV 45.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 117 3 81 0 0.97 0.31 0.54 318.95 0.95 0.24
Hex 75 3 51 0 61 1F 36 13F 5F 18
Octal 165 3 121 0 141 37 66 477 137 30
Binary 1110101 11 1010001 0 1100001 11111 110110 100111111 1011111 11000

Color Harmonies of #750351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750351

Black with #750351

Text Example


Text Example

White with #750351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750351; }

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

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

background-color css

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

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

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

border-color css

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

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

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