Html Css Color HEX #750046 Tyrian Purple

📋 copy color: '#750046'

red 117 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #750046

Tints of Tyrian Purple #750046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 62.57%
G = 0%
B = 37.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#750046 (or 0x750046) is known color: Tyrian Purple. HEX triplet: 75, 00 and 46. RGB value is (117,0,70). Sum of RGB (Red+Green+Blue) = 117+0+70=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #750046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750046 is #8AFFB9. Grayscale: #2A2A2A. Windows color (decimal): -9109434 or 4587637. OLE color: 4587637.

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

Color convert

RGB 117 0 70 -
CMYK 0 1 0.40 0.54
HSL 324.1º 1% 0.23% -
HSV(B) 324.1º 1% 0.46% -
XYZ 8.44 4.22 6.16 -
YUV 42.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 117 0 70 0 1 0.40 0.54 324.1 1 0.23
Hex 75 0 46 0 64 28 36 144 64 17
Octal 165 0 106 0 144 50 66 504 144 27
Binary 1110101 0 1000110 0 1100100 101000 110110 101000100 1100100 10111

Color Harmonies of #750046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750046

Black with #750046

Text Example


Text Example

White with #750046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750046; }

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

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

background-color css

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

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

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

border-color css

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

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

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