Html Css Color HEX #750A4D Tyrian Purple

📋 copy color: '#750A4D'

red 117 ◦ green 10 ◦ blue 77

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

Shades of Tyrian Purple #750A4D

Tints of Tyrian Purple #750A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.9%

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 57.35%
G = 4.9%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#750A4D (or 0x750A4D) is known color: Tyrian Purple. HEX triplet: 75, 0A and 4D. RGB value is (117,10,77). Sum of RGB (Red+Green+Blue) = 117+10+77=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A4D is #8AF5B2. Grayscale: #313131. Windows color (decimal): -9106867 or 5048949. OLE color: 5048949.

HSL color Cylindrical-coordinate representation of color #750A4D: hue angle of 322.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A4D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 10 77 -
CMYK 0 0.91 0.34 0.54
HSL 322.43º 0.84% 0.25% -
HSV(B) 322.43º 0.91% 0.46% -
XYZ 8.78 4.53 7.43 -
YUV 49.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 117 10 77 0 0.91 0.34 0.54 322.43 0.84 0.25
Hex 75 A 4D 0 5B 22 36 142 54 19
Octal 165 12 115 0 133 42 66 502 124 31
Binary 1110101 1010 1001101 0 1011011 100010 110110 101000010 1010100 11001

Color Harmonies of #750A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750A4D

Black with #750A4D

Text Example


Text Example

White with #750A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750A4D; }

 p { color: rgb(117,10,77); }

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

background-color css

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

 a { background-color: rgb(117,10,77); }

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

border-color css

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

 span { border-color: rgb(117,10,77); }

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