Html Css Color HEX #750946 Tyrian Purple

📋 copy color: '#750946'

red 117 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #750946

Tints of Tyrian Purple #750946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

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

R = 59.69%
G = 4.59%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#750946 (or 0x750946) is known color: Tyrian Purple. HEX triplet: 75, 09 and 46. RGB value is (117,9,70). Sum of RGB (Red+Green+Blue) = 117+9+70=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #750946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750946 is #8AF6B9. Grayscale: #303030. Windows color (decimal): -9107130 or 4589941. OLE color: 4589941.

HSL color Cylindrical-coordinate representation of color #750946: hue angle of 326.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750946 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 70 -
CMYK 0 0.92 0.40 0.54
HSL 326.11º 0.86% 0.25% -
HSV(B) 326.11º 0.92% 0.46% -
XYZ 8.54 4.42 6.2 -
YUV 48.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 117 9 70 0 0.92 0.40 0.54 326.11 0.86 0.25
Hex 75 9 46 0 5C 28 36 146 56 19
Octal 165 11 106 0 134 50 66 506 126 31
Binary 1110101 1001 1000110 0 1011100 101000 110110 101000110 1010110 11001

Color Harmonies of #750946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750946

Black with #750946

Text Example


Text Example

White with #750946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750946; }

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

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

background-color css

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

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

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

border-color css

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

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

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