Html Css Color HEX #750031 Tyrian Purple

📋 copy color: '#750031'

red 117 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #750031

Tints of Tyrian Purple #750031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 70.48%
G = 0%
B = 29.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#750031 (or 0x750031) is known color: Tyrian Purple. HEX triplet: 75, 00 and 31. RGB value is (117,0,49). Sum of RGB (Red+Green+Blue) = 117+0+49=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #750031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750031 is #8AFFCE. Grayscale: #282828. Windows color (decimal): -9109455 or 3211381. OLE color: 3211381.

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

Color convert

RGB 117 0 49 -
CMYK 0 1 0.58 0.54
HSL 334.87º 1% 0.23% -
HSV(B) 334.87º 1% 0.46% -
XYZ 7.89 4 3.26 -
YUV 40.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 117 0 49 0 1 0.58 0.54 334.87 1 0.23
Hex 75 0 31 0 64 3A 36 14F 64 17
Octal 165 0 61 0 144 72 66 517 144 27
Binary 1110101 0 110001 0 1100100 111010 110110 101001111 1100100 10111

Color Harmonies of #750031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750031

Black with #750031

Text Example


Text Example

White with #750031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750031; }

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

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

background-color css

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

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

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

border-color css

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

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

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